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 | b4063b31d4dfe6978fa863fa8fececdff7d0c622 (patch) | |
tree | e79cc94d3dc383946eaf34e653b7dc4190a8b5aa /include/opcode/hppa.h | |
parent | a7192fe0abc3bd4fe73b7e037729af4d6032d072 (diff) | |
download | newlib-b4063b31d4dfe6978fa863fa8fececdff7d0c622.zip newlib-b4063b31d4dfe6978fa863fa8fececdff7d0c622.tar.gz newlib-b4063b31d4dfe6978fa863fa8fececdff7d0c622.tar.bz2 |
Fix minor bug in last change.
Diffstat (limited to 'include/opcode/hppa.h')
-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}, |