X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=opcodes%2Falpha-opc.c;h=94a023cdfe86522e76e7d31dd5b76d1753558204;hb=2480b6fa946bb2d2dc993b1c4a83a8e1258a75e8;hp=02b92235860d682571f85674d01b83dd140f986e;hpb=4a422785822ec9302f681c8fbc6ba2cc35231b09;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/alpha-opc.c b/opcodes/alpha-opc.c index 02b9223586..94a023cdfe 100644 --- a/opcodes/alpha-opc.c +++ b/opcodes/alpha-opc.c @@ -332,7 +332,7 @@ const unsigned alpha_num_operands = sizeof(alpha_operands)/sizeof(*alpha_operand /* Macros used to form opcodes. */ /* The main opcode. */ -#define OP(x) (((x) & 0x3F) << 26) +#define OP(x) (((x) & 0x3Fu) << 26) #define OP_MASK 0xFC000000 /* Branch format instructions. */