aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/core.cpp')
-rw-r--r--qtmips_machine/core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_machine/core.cpp b/qtmips_machine/core.cpp
index 617f8c2..1e31584 100644
--- a/qtmips_machine/core.cpp
+++ b/qtmips_machine/core.cpp
@@ -39,7 +39,7 @@ static const struct DecodeMap dmap[] = {
{ .flags = FLAGS_ALU_I, .alu = ALU_OP_AND, NOMEM }, // ANDI
{ .flags = FLAGS_ALU_I, .alu = ALU_OP_OR, NOMEM }, // ORI
{ .flags = FLAGS_ALU_I, .alu = ALU_OP_XOR, NOMEM }, // XORI
- NOPE, // LUI
+ { .flags = FLAGS_ALU_I, .alu = ALU_OP_LUI, NOMEM}, // LUI
NOPE, // 16
NOPE, // 17
NOPE, // 18