1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

* md/axp.s (qt_vstart): Typo fixes, thanks to Alexander Jolk.

This commit is contained in:
Tim Pierce 1997-12-02 17:36:19 +00:00
parent afa92d1965
commit 7a32236c13
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
1997-12-02 Tim Pierce <twp@skepsis.com>
* md/axp.s (qt_vstart): Typo fixes, thanks to Alexander Jolk.
Sat Oct 25 02:54:11 1997 Jim Blandy <jimb@totoro.red-bean.com>
* Makefile.am: Call the library libqthreads.a, not libqt.a. The

View file

@ -86,7 +86,7 @@ qt_start:
.end qt_start
.ent qt_vstart:
.ent qt_vstart
qt_vstart:
# Call startup function.
addq $9,$31, $16 # Arg0 to `startup'.
@ -106,7 +106,7 @@ qt_vstart:
ldq $19,72($30)
ldq $20,80($30)
ldq $21,88($30)
addq $30,96 $30 # Pop 6*2*8 saved arg regs.
addq $30,96, $30 # Pop 6*2*8 saved arg regs.
addq $11,$31, $27 # Set procedure value.
jsr $26,($27),0 # Call `vuserf'.