* hppa.h (pa_opcodes): Fix mask for depwi.
authorJeff Law <law@redhat.com>
Sat, 18 Sep 1999 17:43:47 +0000 (17:43 +0000)
committerJeff Law <law@redhat.com>
Sat, 18 Sep 1999 17:43:47 +0000 (17:43 +0000)
include/opcode/ChangeLog
include/opcode/hppa.h

index 22aa11f..55fea17 100644 (file)
@@ -1,3 +1,7 @@
+Sat Sep 18 11:41:16 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * hppa.h (pa_opcodes): Fix mask for depwi.
+
 Tue Sep  7 13:44:25 1999  Jeffrey A Law  (law@cygnus.com)
 
        * hppa.h (pa_opcodes): Add "addil" variant which has the %r1 as
index e80c513..8254418 100644 (file)
@@ -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},