X86 : Restored indent (by request of Radwolfie)

This commit is contained in:
PatrickvL 2018-09-20 18:20:30 +02:00
parent 6782c89b62
commit 3216fac4ad
1 changed files with 295 additions and 294 deletions

View File

@ -1737,6 +1737,7 @@ bool EmuX86_DecodeException(LPEXCEPTION_POINTERS e)
return (StartingEip != e->ContextRecord->Eip);
} // switch info.opcode
// EmuLog(LOG_PREFIX, LOG_LEVEL::INFO, "Processed instruction : 0x%08X %u", e->ContextRecord->Eip, info.opcode);
e->ContextRecord->Eip += info.size;
} // while true