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