One minor fix I forgot in last checkin.
authorFred Fish <fnf@specifix.com>
Thu, 30 Jan 1997 21:18:55 +0000 (21:18 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 30 Jan 1997 21:18:55 +0000 (21:18 +0000)
include/opcode/tic80.h

index 4bab83e4e9d09bd626053305ba842fd46116f5f7..4065528b7d60b9df2a19d98442dc2cb98cb32b37 100644 (file)
@@ -231,7 +231,7 @@ extern const struct tic80_operand tic80_operands[];
 /* This mask is used to strip operand bits from an int that contains
    both operand bits and a numeric value in the lsbs. */
 
-#define TIC80_OPERAND_MASK     (OPERAND_GPR | OPERAND_FPA | OPERAND_CR | OPERAND_CC | OPERAND_BITNUM)
+#define TIC80_OPERAND_MASK     (TIC80_OPERAND_GPR | TIC80_OPERAND_FPA | TIC80_OPERAND_CR | TIC80_OPERAND_CC | TIC80_OPERAND_BITNUM)
 
 \f
 /* Flag bits for the struct tic80_opcode flags field. */
This page took 0.025393 seconds and 4 git commands to generate.