From: ceriel Date: Wed, 30 Jan 1991 16:10:13 +0000 (+0000) Subject: fixed 'times' systemcall interface X-Git-Tag: release-5-5~1274 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0cd1cfd2490c25f87afe6712f6576c1a578e7a94;p=ack.git fixed 'times' systemcall interface --- diff --git a/mach/m68020/libsys/_times.s b/mach/m68020/libsys/_times.s index 40f7dcc45..7245fe3ca 100644 --- a/mach/m68020/libsys/_times.s +++ b/mach/m68020/libsys/_times.s @@ -6,5 +6,4 @@ .sect .bss .sect .text __times: move.l #0x2B,d0 - trap #0 jmp (call) diff --git a/mach/m68020/libsys/times.s b/mach/m68020/libsys/times.s index e06693f8b..94677c7ff 100644 --- a/mach/m68020/libsys/times.s +++ b/mach/m68020/libsys/times.s @@ -6,5 +6,4 @@ .sect .bss .sect .text _times: move.l #0x2B,d0 - trap #0 jmp (call)