From 43d20c0e148e78811867f9e1bc3c4e308ac615ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 4 Nov 2012 16:18:14 +0000 Subject: [PATCH] fixed irq macro definition --- sources/exceptions.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/exceptions.S b/sources/exceptions.S index 7ee13ac..d85dc23 100644 --- a/sources/exceptions.S +++ b/sources/exceptions.S @@ -140,10 +140,10 @@ btst #7,d0 bne irq_protect // ja-> // ------------------------------------------- - movem.l (a7),d0/a5 // register zur�ck + movem.l (a7),d0/a5 // register zurück addq.l #8,a7 move.l \vector,-(a7) - move #0x2200,sr + move #0x2\int_mask\()00,sr rts irq_protect: move.l usp,a5 // usp holen