summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-09-30 18:34:34 -0400
committerMahmoud <[email protected]>2019-09-30 18:34:34 -0400
commita0aa4823f46b7040f0458d0d84d085b47ece8c8d (patch)
tree42cead731272d9b83862a8be9b4f6b724ec70bed /src/abstract_hardware_model.h
parentde311c1eb49ebfe33232fdf0724ec775fcae2767 (diff)
trace driven static linking and fixing the inst count bug
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index 341e44c..a267d38 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -103,7 +103,8 @@ enum uarch_op_t {
BARRIER_OP,
MEMORY_BARRIER_OP,
CALL_OPS,
- RET_OPS
+ RET_OPS,
+ EXIT_OPS
};
typedef enum uarch_op_t op_type;