summaryrefslogtreecommitdiff
path: root/src/trace-driven/trace_opcode.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/trace-driven/trace_opcode.h
parentde311c1eb49ebfe33232fdf0724ec775fcae2767 (diff)
trace driven static linking and fixing the inst count bug
Diffstat (limited to 'src/trace-driven/trace_opcode.h')
-rw-r--r--src/trace-driven/trace_opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace-driven/trace_opcode.h b/src/trace-driven/trace_opcode.h
index e74dec4..2138e1c 100644
--- a/src/trace-driven/trace_opcode.h
+++ b/src/trace-driven/trace_opcode.h
@@ -186,7 +186,7 @@ static const std::unordered_map<std::string,OpcodeChar> OpcodeMap = {
{"BSSY", OpcodeChar(OP_BSSY, BRANCH_OP)},
{"BSYNC", OpcodeChar(OP_BSYNC, BRANCH_OP)},
{"CALL", OpcodeChar(OP_CALL, CALL_OPS)},
- {"EXIT", OpcodeChar(OP_EXIT, BRANCH_OP)},
+ {"EXIT", OpcodeChar(OP_EXIT, EXIT_OPS)},
{"JMP", OpcodeChar(OP_JMP, BRANCH_OP)},
{"JMX", OpcodeChar(OP_JMX, BRANCH_OP)},
{"KILL", OpcodeChar(OP_KILL, BRANCH_OP)},