From: Jeff Law Date: Sat, 28 Aug 1999 09:28:31 +0000 (+0000) Subject: Fix minor bug in last change. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5e6ca42117efa8d83f4dfaaa1b7ef775491375ad;p=deliverable%2Fbinutils-gdb.git Fix minor bug in last change. --- diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index 764a97c928..aeb3ab400e 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},