summaryrefslogtreecommitdiff
path: root/src/trace-driven/trace_opcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trace-driven/trace_opcode.h')
-rw-r--r--src/trace-driven/trace_opcode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/trace-driven/trace_opcode.h b/src/trace-driven/trace_opcode.h
index 827c32c..e74dec4 100644
--- a/src/trace-driven/trace_opcode.h
+++ b/src/trace-driven/trace_opcode.h
@@ -75,7 +75,8 @@ static const std::unordered_map<std::string,OpcodeChar> OpcodeMap = {
{"FSET", OpcodeChar(OP_FSET, SP_OP)},
{"FSETP", OpcodeChar(OP_FSETP, SP_OP)},
{"FSWZADD", OpcodeChar(OP_FSWZADD, SP_OP)},
- {"MUFU", OpcodeChar(OP_MUFU, SP_OP)},
+ //SFU
+ {"MUFU", OpcodeChar(OP_MUFU, SFU_OP)},
//Floating Point 16 Instructions
{"HADD2", OpcodeChar(OP_HADD2, SP_OP)},