From ea1de1fa748ebe95075ea51ec8798a008a1bb490 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Mon, 31 Oct 2022 21:11:27 -0700 Subject: Fix trivial typo --- isa/decode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isa/decode.cpp') 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 }; break; case 2: - // IOFF clear int_enable and int_enable_delay + // IOF clear int_enable and int_enable_delay inst.read_ctlreg = FLAGS; inst.write_ctlreg = FLAGS; inst.ef = [](auto &ctx) { -- cgit v1.2.3