aboutsummaryrefslogtreecommitdiff
path: root/sim/igen/igen.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/igen/igen.h')
-rw-r--r--sim/igen/igen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/igen/igen.h b/sim/igen/igen.h
index 7aa70ef..6977e06 100644
--- a/sim/igen/igen.h
+++ b/sim/igen/igen.h
@@ -86,6 +86,8 @@ typedef struct _igen_trace_options igen_trace_options;
struct _igen_trace_options {
int rule_selection;
int rule_rejection;
+ int insn_insertion;
+ int insn_expansion;
int entries;
int combine;
};