linux.S: Fix typo.
authorMatthias Klose <doko@debian.org>
Sat, 20 Mar 2004 11:58:01 +0000 (11:58 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Sat, 20 Mar 2004 11:58:01 +0000 (11:58 +0000)
2004-03-20  Matthias Klose  <doko@debian.org>

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

From-SVN: r79739

libffi/ChangeLog
libffi/src/pa/linux.S

index 32c45ce118015305c72ffdb8eedf3c48268cb8c4..d43fd647d3da3e0460e86568cf6c48c213f8d5f3 100644 (file)
@@ -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 
index f5b7eb33dea68c736959740da6e2cabbc6f4abe8..1a2ecdbb54cdc212f5ef7df1fe20b3df82eac8ca 100644 (file)
@@ -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