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
parent
commit
a0972c82d0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      riscv/processor.h

6
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)
{

Loading…
Cancel
Save