linux.S: Fix typo.
2004-03-20 Matthias Klose <doko@debian.org> * src/pa/linux.S: Fix typo. From-SVN: r79739
This commit is contained in:
parent
b1c2d04a28
commit
14b078a8f3
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2004-03-19 Matthias Klose <doko@debian.org>
|
||||||
|
|
||||||
* Makefile.am: Update
|
* Makefile.am: Update
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue