From 5e6ca42117efa8d83f4dfaaa1b7ef775491375ad Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 28 Aug 1999 09:28:31 +0000 Subject: Fix minor bug in last change. --- include/opcode/hppa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index 764a97c..aeb3ab4 100644 --- a/include/opcode/hppa.h +++ b/include/opcode/hppa.h @@ -378,7 +378,7 @@ static const struct pa_opcode pa_opcodes[] = { "havg", 0x080002c0, 0xfc00ffe0, "x,b,t", pa20, FLAG_STRICT}, { "hshl", 0xf8008800, 0xffe0fc20, "x,*,t", pa20, FLAG_STRICT}, { "hshladd", 0x08000700, 0xfc00ff20, "x,.,b,t", pa20, FLAG_STRICT}, -{ "hshr", 0xf800c800, 0xfc10f820, "cSb,*,t", pa20, FLAG_STRICT}, +{ "hshr", 0xf800c800, 0xfc1ff820, "cSb,*,t", pa20, FLAG_STRICT}, { "hshradd", 0x08000500, 0xfc00ff20, "x,.,b,t", pa20, FLAG_STRICT}, { "hsub", 0x08000100, 0xfc00ff20, "cHx,b,t", pa20, FLAG_STRICT}, { "mixh", 0xf8008400, 0xfc009fe0, "chx,b,t", pa20, FLAG_STRICT}, -- cgit v1.1