diff --git a/oscar64/NativeCodeGenerator.cpp b/oscar64/NativeCodeGenerator.cpp index af5eb28..6d8cfc6 100644 --- a/oscar64/NativeCodeGenerator.cpp +++ b/oscar64/NativeCodeGenerator.cpp @@ -33170,7 +33170,7 @@ bool NativeCodeBasicBlock::PeepHoleOptimizer(NativeCodeProcedure* proc, int pass taxPos = -1; tayPos = -1; } else - taxPos = -1; + tayPos = -1; } else if (mIns[i].RequiresXReg()) taxPos = -1; @@ -40014,6 +40014,7 @@ void NativeCodeProcedure::Optimize(void) ResetVisited(); mEntryBlock->RemoveUnusedResultInstructions(); + #if _DEBUG ResetVisited(); mEntryBlock->CheckBlocks();