aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/cgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opcode/cgen.h')
-rw-r--r--include/opcode/cgen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/opcode/cgen.h b/include/opcode/cgen.h
index 16366fd..2926f91 100644
--- a/include/opcode/cgen.h
+++ b/include/opcode/cgen.h
@@ -369,7 +369,8 @@ enum cgen_parse_operand_type
{
CGEN_PARSE_OPERAND_INIT,
CGEN_PARSE_OPERAND_INTEGER,
- CGEN_PARSE_OPERAND_ADDRESS
+ CGEN_PARSE_OPERAND_ADDRESS,
+ CGEN_PARSE_OPERAND_SYMBOLIC
};
/* Values for indicating what was parsed. */