fixed 'times' systemcall interface
This commit is contained in:
parent
e48822da7b
commit
0cd1cfd249
|
@ -6,5 +6,4 @@
|
||||||
.sect .bss
|
.sect .bss
|
||||||
.sect .text
|
.sect .text
|
||||||
__times: move.l #0x2B,d0
|
__times: move.l #0x2B,d0
|
||||||
trap #0
|
|
||||||
jmp (call)
|
jmp (call)
|
||||||
|
|
|
@ -6,5 +6,4 @@
|
||||||
.sect .bss
|
.sect .bss
|
||||||
.sect .text
|
.sect .text
|
||||||
_times: move.l #0x2B,d0
|
_times: move.l #0x2B,d0
|
||||||
trap #0
|
|
||||||
jmp (call)
|
jmp (call)
|
||||||
|
|
Loading…
Reference in a new issue