aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Johnson <scott.johnson@arilinc.com>2022-09-09 05:41:27 -0700
committerGitHub <noreply@github.com>2022-09-09 05:41:27 -0700
commita0972c82d022f6f7c337b06b27c89a60af52202a (patch)
tree0261cbbd6e17c335a8fb98e55a9f5aad832e53b5
parent0654e4f75a80e43bdebed98be6af86c57cf1a26f (diff)
parent711215124bdf5bed4d1941c0a023a1d6881aca1d (diff)
downloadspike-a0972c82d022f6f7c337b06b27c89a60af52202a.zip
spike-a0972c82d022f6f7c337b06b27c89a60af52202a.tar.gz
spike-a0972c82d022f6f7c337b06b27c89a60af52202a.tar.bz2
Merge pull request #1080 from scottj97/trigger-cleanup
Remove obsolete enum trigger_operation_t
-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)
{