From: bal Date: Tue, 5 Mar 1985 12:33:29 +0000 (+0000) Subject: Argument is 4 bytes (pointer), not 2 bytes. X-Git-Tag: release-5-5~5561 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=954d3a0326e4a34e9c039e40b7a62c1c7f8375bd;p=ack.git Argument is 4 bytes (pointer), not 2 bytes. --- 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