From ccef841ce19453331a8f2b7ab71c263504b73c45 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Wed, 24 Jul 1991 13:43:56 +0000 Subject: [PATCH] Bugfix from Rune Nerg}rd to "sfsr" opcode. --- gdb/ns32k-opcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/ns32k-opcode.h b/gdb/ns32k-opcode.h index 5a954785dfb..b6fed0e8e1b 100644 --- a/gdb/ns32k-opcode.h +++ b/gdb/ns32k-opcode.h @@ -281,7 +281,7 @@ notstrs[] = { "sbitiw", 14,24, 0x1d4e, "1W2A" }, { "sbitid", 14,24, 0x1f4e, "1D2A" }, { "setcfg", 15,24, 0x0b0e, "5D1q" }, - { "sfsr", 14,24, 0x673e, "5D1D" }, + { "sfsr", 14,24, 0x373e, "5D1D" }, { "skpsb", 16,16, 0x0c0e, "1i" }, { "skpsw", 16,16, 0x0d0e, "1i" }, { "skpsd", 16,16, 0x0f0e, "1i" }, -- 2.30.2