summaryrefslogtreecommitdiff
path: root/include/opcode/hppa.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-18 17:43:47 +0000
committerJeff Law <law@redhat.com>1999-09-18 17:43:47 +0000
commit1653a77365fd5ecdac466fb477ebb79e4c465fd7 (patch)
tree754d79cad3123488e72e1da28c97621f9e0ba6cd /include/opcode/hppa.h
parent46e737bb7eb882940d401fe546d9d74cc5152c65 (diff)
downloadbinutils-redhat-1653a77365fd5ecdac466fb477ebb79e4c465fd7.tar.gz
* hppa.h (pa_opcodes): Fix mask for depwi.
Diffstat (limited to 'include/opcode/hppa.h')
-rw-r--r--include/opcode/hppa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index e80c51342b..825441896c 100644
--- a/include/opcode/hppa.h
+++ b/include/opcode/hppa.h
@@ -492,7 +492,7 @@ static const struct pa_opcode pa_opcodes[] =
{ "depw", 0xd4000000, 0xfc001be0, "cz?xx,!,T,b", pa10, FLAG_STRICT},
{ "depw", 0xd4000800, 0xfc001800, "cz?xx,p,T,b", pa10, FLAG_STRICT},
{ "depwi", 0xd4001000, 0xfc001be0, "cz?x5,!,T,b", pa10, FLAG_STRICT},
-{ "depwi", 0xd4001800, 0xfc001be0, "cz?x5,p,T,b", pa10, FLAG_STRICT},
+{ "depwi", 0xd4001800, 0xfc001800, "cz?x5,p,T,b", pa10, FLAG_STRICT},
{ "zvdep", 0xd4000000, 0xfc001fe0, "?xx,T,b", pa10},
{ "vdep", 0xd4000400, 0xfc001fe0, "?xx,T,b", pa10},
{ "zdep", 0xd4000800, 0xfc001c00, "?xx,p,T,b", pa10},