Fix minor typo.
This commit is contained in:
parent
e9bf6da934
commit
5a501bb5ff
1 changed files with 1 additions and 1 deletions
|
@ -1751,7 +1751,7 @@ void __KernelSwitchContext(Thread *target, const char *reason)
|
|||
}
|
||||
currentThread = target;
|
||||
__KernelLoadContext(¤tThread->context);
|
||||
DEBUG_LOG(HLE,"Context switched: %s -> %s (%s) (%i - pc: %08x -> %i - pc: %08)",
|
||||
DEBUG_LOG(HLE,"Context switched: %s -> %s (%s) (%i - pc: %08x -> %i - pc: %08x)",
|
||||
oldName, currentThread->GetName(),
|
||||
reason,
|
||||
oldUID, oldPC, currentThread->GetUID(), currentMIPS->pc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue