diff options
author | Matthias Klose <doko@debian.org> | 2004-03-20 11:58:01 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2004-03-20 11:58:01 +0000 |
commit | 14b078a8f3cf32bcf6396807a8e8f190b84260ab (patch) | |
tree | d510a1f0760389e9ed1b866fd7e04513ac2a6fbf /libffi | |
parent | b1c2d04a286edce934491c686702cd0f65a04e64 (diff) | |
download | gcc-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')
-rw-r--r-- | libffi/ChangeLog | 4 | ||||
-rw-r--r-- | libffi/src/pa/linux.S | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 32c45ce..d43fd64 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,7 @@ +2004-03-20 Matthias Klose <doko@debian.org> + + * src/pa/linux.S: Fix typo. + 2004-03-19 Matthias Klose <doko@debian.org> * Makefile.am: Update 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 |