From 17158641e06737932ae4155497931b35c8dca57f Mon Sep 17 00:00:00 2001 From: eck Date: Fri, 3 Aug 1990 16:16:28 +0000 Subject: [PATCH] fixed error in .trp: it could generate a bus error --- mach/m68k2/libem/trp.s | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mach/m68k2/libem/trp.s b/mach/m68k2/libem/trp.s index bd6f15d7f..aca4eca72 100644 --- a/mach/m68k2/libem/trp.s +++ b/mach/m68k2/libem/trp.s @@ -12,12 +12,7 @@ move.w d0,-(sp) cmp #16,d0 bcc 1f - cmp #8,d0 - bcc 4f btst d0,.trpim - bra 5f -4: - btst d0,.trpim+1 5: bne 3f 1: -- 2.34.1