Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-18 21:43:47 +0400
committerJeff Law <law@redhat.com>1999-09-18 21:43:47 +0400
commit578f46be35ac46fcf1331d8e69b63a7c552cbbd8 (patch)
tree103e788d575e39f7c4ab52c435653d619651362a /include/opcode/hppa.h
parent6338a22379bb9b7793ec61eba84618f6dbea00b0 (diff)
* 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 e80c51342..825441896 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},