From dac25d9dd88ea9c80f1c4a2dabf429947c1cc1dc Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 26 Jun 1991 17:32:09 +0000 Subject: [PATCH] fixed trp.s (undid change by Hans v Eck) --- mach/m68k2/libem/trp.s | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mach/m68k2/libem/trp.s b/mach/m68k2/libem/trp.s index 37521044f..bd6f15d7f 100644 --- a/mach/m68k2/libem/trp.s +++ b/mach/m68k2/libem/trp.s @@ -12,7 +12,13 @@ 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: move.l .trppc,a0 -- 2.34.1