Browse Source

Remove obsolete enum trigger_operation_t

Moved to triggers.h and renamed in
a2a2587426, but the old enum was
mistakenly left behind.
pull/1080/head
Scott Johnson 4 years ago
parent
commit
711215124b
No known key found for this signature in database GPG Key ID: 61C1F01D3D1410C9
  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