mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Fix typo
This commit is contained in:
@@ -505,11 +505,10 @@ void PPCRecompiler_reserveLookupTableBlock(uint32 offset)
|
||||
cemu_assert(false);
|
||||
return;
|
||||
}
|
||||
jumpTableInitialized[offset / 4] = true;
|
||||
for(uint32 i=0; i<PPC_REC_ALLOC_BLOCK_SIZE/4; i++)
|
||||
{
|
||||
ppcRecompilerInstanceData->ppcRecompilerDirectJumpTable[offset/4+i] = PPCRecompiler_leaveRecompilerCode_unvisited;
|
||||
jumpTableInitialized[offset / 4 + 1] = true;
|
||||
jumpTableInitialized[offset / 4 + i] = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user