diff options
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 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 |