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 | bf27795cff4861aaf9fe24ad8dd60fa30c84e867 (patch) | |
tree | 80c8a7b973c2c4fb886459aedb397945729746e7 /include | |
parent | 1a6447612f4c4ba7cd00d20194a7e18b1cd16d0b (diff) | |
download | newlib-bf27795cff4861aaf9fe24ad8dd60fa30c84e867.zip newlib-bf27795cff4861aaf9fe24ad8dd60fa30c84e867.tar.gz newlib-bf27795cff4861aaf9fe24ad8dd60fa30c84e867.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}, |