Browse Source
Merge pull request #1080 from scottj97/trigger-cleanup
Remove obsolete enum trigger_operation_t
pull/1086/head
Scott Johnson
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
6 deletions
-
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) |
|
|
|
{ |
|
|
|
|