summaryrefslogtreecommitdiff
path: root/isa
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--isa/decode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/isa/decode.cpp b/isa/decode.cpp
index 201a684..c52780c 100644
--- a/isa/decode.cpp
+++ b/isa/decode.cpp
@@ -102,7 +102,7 @@ instruction_context decode(std::uint_fast32_t flags, unsigned int pc, unsigned i
102 }; 102 };
103 break; 103 break;
104 case 2: 104 case 2:
105 // IOFF clear int_enable and int_enable_delay 105 // IOF clear int_enable and int_enable_delay
106 inst.read_ctlreg = FLAGS; 106 inst.read_ctlreg = FLAGS;
107 inst.write_ctlreg = FLAGS; 107 inst.write_ctlreg = FLAGS;
108 inst.ef = [](auto &ctx) { 108 inst.ef = [](auto &ctx) {