diff options
author | Michael Meissner <gnu@the-meissners.org> | 1999-10-18 22:29:15 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1999-10-18 22:29:15 +0000 |
commit | 446a06c9b8819b20be7704f0b540471d76959c66 (patch) | |
tree | 3cd5e989d37bc3540f2f33bfc0b290e9cb783878 /include/opcode/alpha.h | |
parent | a67a87777490844b90870b030a0669e752427ad9 (diff) | |
download | gdb-446a06c9b8819b20be7704f0b540471d76959c66.zip gdb-446a06c9b8819b20be7704f0b540471d76959c66.tar.gz gdb-446a06c9b8819b20be7704f0b540471d76959c66.tar.bz2 |
Add md expression support; Cleanup alpha warnings
Diffstat (limited to 'include/opcode/alpha.h')
-rw-r--r-- | include/opcode/alpha.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opcode/alpha.h b/include/opcode/alpha.h index d18eb04..6f31e9a 100644 --- a/include/opcode/alpha.h +++ b/include/opcode/alpha.h @@ -54,7 +54,7 @@ struct alpha_opcode in the order in which the disassembler should consider instructions. */ extern const struct alpha_opcode alpha_opcodes[]; -extern const int alpha_num_opcodes; +extern const unsigned alpha_num_opcodes; /* Values defined for the flags field of a struct alpha_opcode. */ @@ -135,7 +135,7 @@ struct alpha_operand the operands field of the alpha_opcodes table. */ extern const struct alpha_operand alpha_operands[]; -extern const int alpha_num_operands; +extern const unsigned alpha_num_operands; /* Values defined for the flags field of a struct alpha_operand. */ |