aboutsummaryrefslogtreecommitdiff
path: root/ssa.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-06 22:55:36 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-06 22:55:36 +0800
commitbec9fa22a648333c13105e8beb1862157952c6e6 (patch)
tree11c176b20c381e2a327c645f7b0231fc9dc53672 /ssa.h
parenta366436782315f0bffb6b8642396d32a4bc90a2c (diff)
fixed bug in setting opr->def; opt print even more
Diffstat (limited to 'ssa.h')
-rw-r--r--ssa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssa.h b/ssa.h
index a85e5c7..e3b04ed 100644
--- a/ssa.h
+++ b/ssa.h
@@ -76,6 +76,7 @@ struct CInst {
CType_t wtype; /* for WARR */
int id;
int is_def;
+ int sysp;
int bret; /* for CALL */
int offset; /* for PUSH */
};