diff --git a/mach/m68k2/libsys/times.s b/mach/m68k2/libsys/times.s index 002f63be5..6e74fe9aa 100644 --- a/mach/m68k2/libsys/times.s +++ b/mach/m68k2/libsys/times.s @@ -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