From 0cd1cfd2490c25f87afe6712f6576c1a578e7a94 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 30 Jan 1991 16:10:13 +0000 Subject: [PATCH] fixed 'times' systemcall interface --- mach/m68020/libsys/_times.s | 1 - mach/m68020/libsys/times.s | 1 - 2 files changed, 2 deletions(-) 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) -- 2.34.1