From da516da191b5f647f2c4486129d25fc14093d53d Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Mon, 18 Oct 1999 22:29:14 +0000 Subject: Add md expression support; Cleanup alpha warnings --- include/opcode/alpha.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/opcode/alpha.h') diff --git a/include/opcode/alpha.h b/include/opcode/alpha.h index d18eb0445..6f31e9ae0 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. */ -- cgit v1.2.3