diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-20 11:58:01 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-20 11:58:01 +0000 |
commit | 43935228a628801be1c43f1128e679d7d585819e (patch) | |
tree | d510a1f0760389e9ed1b866fd7e04513ac2a6fbf /libffi/src | |
parent | cbda0e1150ecd08d505e03ddd3621b2c624da07f (diff) | |
download | gcc-43935228a628801be1c43f1128e679d7d585819e.tar.gz |
2004-03-20 Matthias Klose <doko@debian.org>
* src/pa/linux.S: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79739 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/src')
-rw-r--r-- | libffi/src/pa/linux.S | 2 |
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 |