diff options
| author | Mahmoud <[email protected]> | 2019-09-30 18:34:34 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-09-30 18:34:34 -0400 |
| commit | a0aa4823f46b7040f0458d0d84d085b47ece8c8d (patch) | |
| tree | 42cead731272d9b83862a8be9b4f6b724ec70bed /src/abstract_hardware_model.h | |
| parent | de311c1eb49ebfe33232fdf0724ec775fcae2767 (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.h | 3 |
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; |
