X86 : Restored indent (by request of Radwolfie)
This commit is contained in:
parent
6782c89b62
commit
3216fac4ad
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue