Quellcode durchsuchen

fixed 'times' systemcall interface

ceriel vor 33 Jahren
Ursprung
Commit
1977509c1f
2 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 1
      mach/m68020/libsys/_times.s
  2. 0 1
      mach/m68020/libsys/times.s

+ 0 - 1
mach/m68020/libsys/_times.s

@@ -6,5 +6,4 @@
 .sect .bss
 .sect .text
 __times:		move.l #0x2B,d0
-		trap #0
 		jmp (call)

+ 0 - 1
mach/m68020/libsys/times.s

@@ -6,5 +6,4 @@
 .sect .bss
 .sect .text
 _times:		move.l #0x2B,d0
-		trap #0
 		jmp (call)