mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 23:41:18 +12:00
PPCRec: Clean up unused flags
This commit is contained in:
parent
0f1d7532a1
commit
d724dded8e
6 changed files with 13 additions and 305 deletions
|
@ -2332,10 +2332,6 @@ bool PPCRecompiler_generateX64Code(PPCRecFunction_t* PPCRecFunction, ppcImlGenCo
|
|||
codeGenerationFailed = true;
|
||||
}
|
||||
}
|
||||
else if( imlInstruction->type == PPCREC_IML_TYPE_JUMPMARK )
|
||||
{
|
||||
// no op
|
||||
}
|
||||
else if( imlInstruction->type == PPCREC_IML_TYPE_NO_OP )
|
||||
{
|
||||
// no op
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue