diff options
author | Jeff Law <law@redhat.com> | 1999-09-18 17:43:47 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-18 17:43:47 +0000 |
commit | f2727d047ce2da7195bfbde89d5c65715a289190 (patch) | |
tree | d6b252ff21c53aa982d5706153225ebf2db597ac /include/opcode/hppa.h | |
parent | 58d0c905e52c0d6b9deaf373cc76125de0d69365 (diff) | |
download | gdb-f2727d047ce2da7195bfbde89d5c65715a289190.zip gdb-f2727d047ce2da7195bfbde89d5c65715a289190.tar.gz gdb-f2727d047ce2da7195bfbde89d5c65715a289190.tar.bz2 |
* hppa.h (pa_opcodes): Fix mask for depwi.
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 e80c513..8254418 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}, |