diff options
author | Jeff Law <law@redhat.com> | 1999-08-28 09:28:31 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-08-28 09:28:31 +0000 |
commit | 5e6ca42117efa8d83f4dfaaa1b7ef775491375ad (patch) | |
tree | 2ed1a26c258fef9b6ef2cff2357b202ae7269c86 /include | |
parent | 3c5c4310a66a3ab889d9ab1578d84c82d569b553 (diff) | |
download | gdb-5e6ca42117efa8d83f4dfaaa1b7ef775491375ad.zip gdb-5e6ca42117efa8d83f4dfaaa1b7ef775491375ad.tar.gz gdb-5e6ca42117efa8d83f4dfaaa1b7ef775491375ad.tar.bz2 |
Fix minor bug in last change.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/hppa.h | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |