mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Fix clear string container in CgBinaryFragmentProgram.cpp
This commit is contained in:
parent
3b9f9dd4c5
commit
4c72f7c1de
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ void CgBinaryDisasm::AddCodeAsm(const std::string& code)
|
|||
case RSX_FP_OPCODE_NOP:
|
||||
case RSX_FP_OPCODE_REP:
|
||||
case RSX_FP_OPCODE_RET:
|
||||
m_dst_reg_name = "";
|
||||
m_dst_reg_name.clear();
|
||||
op_name = rsx_fp_op_names[m_opcode] + std::string(dst.fp16 ? "H" : "R");
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue