mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
* md/axp.s (qt_vstart): fix assembly bugs. Thanks to Falk Hueffner.
This commit is contained in:
parent
659c80d9b5
commit
fbc29076a3
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.align 4
|
.align 4
|
||||||
.file 2 "axp.s"
|
.file "axp.s"
|
||||||
|
|
||||||
.globl qt_block
|
.globl qt_block
|
||||||
.globl qt_blocki
|
.globl qt_blocki
|
||||||
|
@ -117,7 +117,7 @@ qt_vstart:
|
||||||
jsr $26,($27),0 # Call `cleanup'.
|
jsr $26,($27),0 # Call `cleanup'.
|
||||||
|
|
||||||
jsr $26,qt_error # Cleanup erroniously returned.
|
jsr $26,qt_error # Cleanup erroniously returned.
|
||||||
.end qt_start
|
.end qt_vstart
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue