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-23 19:46:33 +0400
committerJeff Law <law@redhat.com>1999-09-23 19:46:33 +0400
commitbf27795cff4861aaf9fe24ad8dd60fa30c84e867 (patch)
tree80c8a7b973c2c4fb886459aedb397945729746e7
parent1a6447612f4c4ba7cd00d20194a7e18b1cd16d0b (diff)
Add missing initializer lost in last change.
-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 947bd0b0c..8d5a3c13f 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},