From 08442c1aad70be858f177e277b02a340a22346ba Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Tue, 15 Mar 2022 08:52:32 -0700 Subject: mcontrol_action_t -> triggers::action_t These actions are not specific to the mcontrol trigger. --- riscv/processor.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'riscv/processor.h') diff --git a/riscv/processor.h b/riscv/processor.h index 1b5c818..3e06d5b 100644 --- a/riscv/processor.h +++ b/riscv/processor.h @@ -58,15 +58,6 @@ typedef std::vector> commit_log_mem_t; typedef enum { - ACTION_DEBUG_EXCEPTION = MCONTROL_ACTION_DEBUG_EXCEPTION, - ACTION_DEBUG_MODE = MCONTROL_ACTION_DEBUG_MODE, - ACTION_TRACE_START = MCONTROL_ACTION_TRACE_START, - ACTION_TRACE_STOP = MCONTROL_ACTION_TRACE_STOP, - ACTION_TRACE_EMIT = MCONTROL_ACTION_TRACE_EMIT -} mcontrol_action_t; - -typedef enum -{ MATCH_EQUAL = MCONTROL_MATCH_EQUAL, MATCH_NAPOT = MCONTROL_MATCH_NAPOT, MATCH_GE = MCONTROL_MATCH_GE, @@ -82,7 +73,7 @@ typedef struct uint8_t maskmax; bool select; bool timing; - mcontrol_action_t action; + triggers::action_t action; bool chain; mcontrol_match_t match; bool m; -- cgit v1.1