fixed 'times' systemcall interface

This commit is contained in:
ceriel 1991-01-30 16:10:13 +00:00
parent e48822da7b
commit 0cd1cfd249
2 changed files with 0 additions and 2 deletions

View file

@ -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)

View file

@ -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)