fixed again
This commit is contained in:
parent
cb25b013fb
commit
0004fd81ed
1 changed files with 5 additions and 4 deletions
|
@ -24,12 +24,13 @@ I2:
|
||||||
pushl $EILLINS
|
pushl $EILLINS
|
||||||
jmp .fat
|
jmp .fat
|
||||||
Ihulp:
|
Ihulp:
|
||||||
|
movl (sp)+,r2
|
||||||
tstd r0
|
tstd r0
|
||||||
bneq 1f
|
bneq 1f
|
||||||
clrl -(sp)
|
clrl -(sp)
|
||||||
rsb
|
jmp (r2)
|
||||||
1:
|
1:
|
||||||
extzv $7,$8,r0,r2
|
extzv $7,$8,r0,-(sp)
|
||||||
subl3 $128,r2,-(sp)
|
subl2 $128,(sp)
|
||||||
insv $128,$7,$8,r0
|
insv $128,$7,$8,r0
|
||||||
rsb
|
jmp (r2)
|
||||||
|
|
Loading…
Add table
Reference in a new issue