aboutsummaryrefslogtreecommitdiff
path: root/ssa.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssa.h')
-rw-r--r--ssa.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssa.h b/ssa.h
index 240fb6e..d585c07 100644
--- a/ssa.h
+++ b/ssa.h
@@ -25,8 +25,9 @@ struct COpr {
} kind;
union {
CVar_t var;
- int imm;
+ CSList_t cstr;
char *str;
+ int imm;
} info;
int sub;