aboutsummaryrefslogtreecommitdiff
path: root/riscv/execute.cc
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/execute.cc')
-rw-r--r--riscv/execute.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscv/execute.cc b/riscv/execute.cc
index d244419..f412a35 100644
--- a/riscv/execute.cc
+++ b/riscv/execute.cc
@@ -4,6 +4,7 @@
#include "processor.h"
#include "mmu.h"
#include "disasm.h"
+#include "decode_macros.h"
#include <cassert>
static void commit_log_reset(processor_t* p)