Argument is 4 bytes (pointer), not 2 bytes.

This commit is contained in:
bal 1985-03-05 12:33:29 +00:00
parent 6f6356e0b4
commit 954d3a0326

View file

@ -2,6 +2,6 @@
.extern _times
.text
_times: move.w #0x2B,d0
move.w 4(sp),a0
move.l 4(sp),a0
trap #0
rts