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@gcc.gnu.org>2004-03-20 11:58:01 +0000
commit14b078a8f3cf32bcf6396807a8e8f190b84260ab (patch)
treed510a1f0760389e9ed1b866fd7e04513ac2a6fbf /libffi/src
parentb1c2d04a286edce934491c686702cd0f65a04e64 (diff)
downloadgcc-14b078a8f3cf32bcf6396807a8e8f190b84260ab.zip
gcc-14b078a8f3cf32bcf6396807a8e8f190b84260ab.tar.gz
gcc-14b078a8f3cf32bcf6396807a8e8f190b84260ab.tar.bz2
linux.S: Fix typo.
2004-03-20 Matthias Klose <doko@debian.org> * src/pa/linux.S: Fix typo. From-SVN: r79739
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 f5b7eb3..1a2ecdb 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