diff options
| author | Julian Blake Kongslie | 2022-10-31 21:11:27 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-10-31 21:11:27 -0700 |
| commit | ea1de1fa748ebe95075ea51ec8798a008a1bb490 (patch) | |
| tree | 26d32c4ff6204a342481f8e3f88218b7cc95f8db | |
| parent | Restructure a lot of the control registers (diff) | |
| download | biggolf-ea1de1fa748ebe95075ea51ec8798a008a1bb490.tar.xz | |
Fix trivial typo
Diffstat (limited to '')
| -rw-r--r-- | isa/decode.cpp | 2 |
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) { |
