summaryrefslogtreecommitdiff
path: root/isa
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-10-31 21:11:27 -0700
committerJulian Blake Kongslie2022-10-31 21:11:27 -0700
commitea1de1fa748ebe95075ea51ec8798a008a1bb490 (patch)
tree26d32c4ff6204a342481f8e3f88218b7cc95f8db /isa
parentRestructure a lot of the control registers (diff)
downloadbiggolf-ea1de1fa748ebe95075ea51ec8798a008a1bb490.tar.xz
Fix trivial typo
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) {