Argument is 4 bytes (pointer), not 2 bytes.
authorbal <none@none>
Tue, 5 Mar 1985 12:33:29 +0000 (12:33 +0000)
committerbal <none@none>
Tue, 5 Mar 1985 12:33:29 +0000 (12:33 +0000)
mach/m68k2/libsys/times.s

index 002f63b..6e74fe9 100644 (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