System V has no ftime systemcall
This commit is contained in:
parent
1d7814737d
commit
05831b3438
1 changed files with 8 additions and 2 deletions
|
@ -5,6 +5,12 @@
|
||||||
.sect .data
|
.sect .data
|
||||||
.sect .bss
|
.sect .bss
|
||||||
.sect .text
|
.sect .text
|
||||||
_ftime: move.l #0x23,d0
|
_ftime: clr.l -(sp)
|
||||||
|
jsr _time
|
||||||
|
lea 4(sp),sp
|
||||||
move.l 4(sp),a0
|
move.l 4(sp),a0
|
||||||
jmp callc
|
move.l d0,(a0)
|
||||||
|
clr.l 4(a0)
|
||||||
|
clr.w 8(a0)
|
||||||
|
clr.l d0
|
||||||
|
rts
|
||||||
|
|
Loading…
Reference in a new issue