aboutsummaryrefslogtreecommitdiff
path: root/riscv/processor.h
diff options
context:
space:
mode:
authorScott Johnson <scott.johnson@arilinc.com>2022-09-06 12:56:23 -0700
committerScott Johnson <scott.johnson@arilinc.com>2022-09-08 11:30:54 -0700
commit711215124bdf5bed4d1941c0a023a1d6881aca1d (patch)
tree7a6f9e9f1251a9b7bd852f9dec175ac05c12b6d3 /riscv/processor.h
parent2437a717c89e9efa5e28c0370c94c1c257f5f910 (diff)
downloadspike-711215124bdf5bed4d1941c0a023a1d6881aca1d.zip
spike-711215124bdf5bed4d1941c0a023a1d6881aca1d.tar.gz
spike-711215124bdf5bed4d1941c0a023a1d6881aca1d.tar.bz2
Remove obsolete enum trigger_operation_t
Moved to triggers.h and renamed in a2a2587426e57f6207d5389620e9109bc0f82e6b, but the old enum was mistakenly left behind.
Diffstat (limited to 'riscv/processor.h')
-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)
{