mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
fix formatting
This commit is contained in:
parent
4797d1401b
commit
c08f7b4ef2
7 changed files with 18 additions and 12 deletions
|
|
@ -468,7 +468,8 @@ inline void generateInstructions(std::set<std::string> &composites,
|
|||
}
|
||||
if (inst["opname"] == "OpTypeVoid") {
|
||||
instructionDecoderBody += " if (voidType != nullptr) {\n";
|
||||
instructionDecoderBody += " voidType.replaceAllUsesWith(inst);\n";
|
||||
instructionDecoderBody +=
|
||||
" voidType.replaceAllUsesWith(inst);\n";
|
||||
instructionDecoderBody += " voidType.remove();\n";
|
||||
instructionDecoderBody += " }\n";
|
||||
instructionDecoderBody += " voidType = inst;\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue