aboutsummaryrefslogtreecommitdiff
path: root/riscv/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/processor.h')
-rw-r--r--riscv/processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/processor.h b/riscv/processor.h
index 6c16eb9..447d5a5 100644
--- a/riscv/processor.h
+++ b/riscv/processor.h
@@ -47,6 +47,7 @@ typedef struct
uint8_t cause;
} dcsr_t;
+
typedef enum
{
ACTION_DEBUG_EXCEPTION = MCONTROL_ACTION_DEBUG_EXCEPTION,
@@ -429,7 +430,6 @@ private:
FILE *log_file;
bool halt_on_reset;
std::vector<bool> extension_table;
-
std::vector<insn_desc_t> instructions;
std::map<reg_t,uint64_t> pc_histogram;