aboutsummaryrefslogtreecommitdiff
path: root/libffi/src
diff options
context:
space:
mode:
authorMatthias Klose <doko@debian.org>2004-03-20 11:58:01 +0000
committerMatthias Klose <doko@debian.org>2004-03-20 11:58:01 +0000
commitb233277ab384760519f151b61450c3393ac5ff84 (patch)
treed510a1f0760389e9ed1b866fd7e04513ac2a6fbf /libffi/src
parent655f68cae3598c6cf07f7b7887d14a080fd2bc4f (diff)
2004-03-20 Matthias Klose <doko@debian.org>
* src/pa/linux.S: Fix typo. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@79739 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/src')
-rw-r--r--libffi/src/pa/linux.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/src/pa/linux.S b/libffi/src/pa/linux.S
index f5b7eb33dea..1a2ecdbb54c 100644
--- a/libffi/src/pa/linux.S
+++ b/libffi/src/pa/linux.S
@@ -85,7 +85,7 @@ ffi_call_LINUX:
/* now %sp should point where %arg0 was pointing. */
- /* Load the arguments that should be passed in registers */
+ /* Load the arguments that should be passed in registers
The fp args were loaded by the prep_args function. */
ldw -36(%sp), %arg0
ldw -40(%sp), %arg1