From: Alan Cox Date: Tue, 18 Oct 2016 21:59:12 +0000 (+0100) Subject: 68000: set traps properly X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5d65c69fc5b328294ccc6e1d00daf6dae7bb74d4;p=FUZIX.git 68000: set traps properly --- diff --git a/Kernel/platform-v68/p68000.S b/Kernel/platform-v68/p68000.S index 647eb191..ca1d40db 100644 --- a/Kernel/platform-v68/p68000.S +++ b/Kernel/platform-v68/p68000.S @@ -54,7 +54,7 @@ init_trap_loop: move.l #unimpa,(a0)+ ; A and F line traps move.l #unimpf,(a0)+ move.w #$80,a0 - move.w #14,d0 + move.w #13,d0 trapset: move.l #misctrap,(a0)+ dbra d0,trapset