projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cb5b58
)
One minor fix I forgot in last checkin.
author
Fred Fish
<fnf@specifix.com>
Thu, 30 Jan 1997 21:18:55 +0000
(21:18 +0000)
committer
Fred Fish
<fnf@specifix.com>
Thu, 30 Jan 1997 21:18:55 +0000
(21:18 +0000)
include/opcode/tic80.h
patch
|
blob
|
history
diff --git
a/include/opcode/tic80.h
b/include/opcode/tic80.h
index 4bab83e4e9d09bd626053305ba842fd46116f5f7..4065528b7d60b9df2a19d98442dc2cb98cb32b37 100644
(file)
--- a/
include/opcode/tic80.h
+++ b/
include/opcode/tic80.h
@@
-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. */