From 5d65c69fc5b328294ccc6e1d00daf6dae7bb74d4 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 18 Oct 2016 22:59:12 +0100 Subject: [PATCH] 68000: set traps properly --- Kernel/platform-v68/p68000.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1