Commit 14b078a8 by Matthias Klose Committed by Matthias Klose

linux.S: Fix typo.

2004-03-20  Matthias Klose  <doko@debian.org>

        * src/pa/linux.S: Fix typo.

From-SVN: r79739
parent b1c2d04a
2004-03-20 Matthias Klose <doko@debian.org>
* src/pa/linux.S: Fix typo.
2004-03-19 Matthias Klose <doko@debian.org> 2004-03-19 Matthias Klose <doko@debian.org>
* Makefile.am: Update * Makefile.am: Update
......
...@@ -85,7 +85,7 @@ ffi_call_LINUX: ...@@ -85,7 +85,7 @@ ffi_call_LINUX:
/* now %sp should point where %arg0 was pointing. */ /* 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. */ The fp args were loaded by the prep_args function. */
ldw -36(%sp), %arg0 ldw -36(%sp), %arg0
ldw -40(%sp), %arg1 ldw -40(%sp), %arg1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment