aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1999-02-10 01:47:02 +0000
committerDoug Evans <dje@google.com>1999-02-10 01:47:02 +0000
commit39f7f4b83cd858b98aeb9bb44b78fd708aebda03 (patch)
tree05e6e65944b0419a1ae6e0dfdbfc9240bcc8dcf5
parentb1673d727bd5ef503e1e3481213f6a90eb73f049 (diff)
downloadgdb-39f7f4b83cd858b98aeb9bb44b78fd708aebda03.zip
gdb-39f7f4b83cd858b98aeb9bb44b78fd708aebda03.tar.gz
gdb-39f7f4b83cd858b98aeb9bb44b78fd708aebda03.tar.bz2
cleanup last change
-rw-r--r--include/opcode/cgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/cgen.h b/include/opcode/cgen.h
index 59c613d..a4f7601 100644
--- a/include/opcode/cgen.h
+++ b/include/opcode/cgen.h
@@ -847,7 +847,7 @@ typedef CGEN_ATTR_TYPE (CGEN_INSN_NBOOL_ATTRS) CGEN_INSN_ATTR_TYPE;
#ifndef CGEN_ARCH
/* ??? Numbers here are recorded in two places. */
typedef enum cgen_insn_attr {
- CGEN_INSN_ALIAS = 32
+ CGEN_INSN_ALIAS = CGEN_ATTR_BOOL_OFFSET
} CGEN_INSN_ATTR;
#endif