summaryrefslogtreecommitdiff
path: root/isa
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--isa/checker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/isa/checker.h b/isa/checker.h
index 96460cf..65ef8c9 100644
--- a/isa/checker.h
+++ b/isa/checker.h
@@ -50,6 +50,7 @@ struct checker {
50 : system(system) 50 : system(system)
51 { 51 {
52 ctlregs.fill(0); 52 ctlregs.fill(0);
53 ctlregs[TT_FLAGS] = TTF_INT_ENABLE;
53 } 54 }
54 void execute(); 55 void execute();
55 bool done() { 56 bool done() {