diff options
Diffstat (limited to 'include/opcode/cgen.h')
-rw-r--r-- | include/opcode/cgen.h | 3 |
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. */ |