aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--riscv/processor.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/riscv/processor.h b/riscv/processor.h
index 073b25b..3937211 100644
--- a/riscv/processor.h
+++ b/riscv/processor.h
@@ -218,12 +218,6 @@ struct state_t
#endif
};
-typedef enum {
- OPERATION_EXECUTE,
- OPERATION_STORE,
- OPERATION_LOAD,
-} trigger_operation_t;
-
// Count number of contiguous 1 bits starting from the LSB.
static int cto(reg_t val)
{