diff options
author | Jeff Law <law@redhat.com> | 1999-09-23 15:46:33 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-23 15:46:33 +0000 |
commit | 146e763ae3650b11308e33bc7ac17308319a52f5 (patch) | |
tree | bd071886e17a86797439fe9e34017a6aeb5b98f2 /include | |
parent | ce674324e1ff425199c721d2a9db8fcc669b54bc (diff) | |
download | gdb-146e763ae3650b11308e33bc7ac17308319a52f5.zip gdb-146e763ae3650b11308e33bc7ac17308319a52f5.tar.gz gdb-146e763ae3650b11308e33bc7ac17308319a52f5.tar.bz2 |
Add missing initializer lost in last change.
Diffstat (limited to 'include')
-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 947bd0b..8d5a3c1 100644 --- a/include/opcode/hppa.h +++ b/include/opcode/hppa.h @@ -404,7 +404,7 @@ static const struct pa_opcode pa_opcodes[] = { "b", 0xe800a000, 0xfc00e000, "clnXL", pa20, FLAG_STRICT}, { "b", 0xe8000000, 0xfc00e000, "clnW,b", pa10, FLAG_STRICT}, { "b", 0xe8002000, 0xfc00e000, "cgnW,b", pa10, FLAG_STRICT}, -{ "b", 0xe8000000, 0xffe0e000, "nW", pa10}, /* b,l foo,r0 */ +{ "b", 0xe8000000, 0xffe0e000, "nW", pa10, 0}, /* b,l foo,r0 */ { "bl", 0xe8000000, 0xfc00e000, "nW,b", pa10, 0}, { "gate", 0xe8002000, 0xfc00e000, "nW,b", pa10, 0}, { "blr", 0xe8004000, 0xfc00e001, "nx,b", pa10, 0}, |