Clean up umd bad callback id errors, oops.
This commit is contained in:
parent
64b75ed3ff
commit
87bd8d59e2
2 changed files with 6 additions and 4 deletions
|
@ -2969,7 +2969,7 @@ void ActionAfterMipsCall::run(MipsCall &call) {
|
|||
|
||||
ActionAfterMipsCall *Thread::getRunningCallbackAction()
|
||||
{
|
||||
if (this->GetUID() == currentThread && g_inCbCount > 0) {
|
||||
if (this->GetUID() == currentThread && g_inCbCount > 0) {
|
||||
MipsCall *call = mipsCalls.get(this->currentMipscallId);
|
||||
ActionAfterMipsCall *action = 0;
|
||||
if (call)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue