mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- fix native call crash and assertion error
This commit is contained in:
parent
6e598274f7
commit
cb1153272a
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ void JitCompiler::EmitNativeCall(VMNativeFunction *target)
|
|||
break;
|
||||
}
|
||||
|
||||
cc.setArg(numparams + i - startret, regPtr);
|
||||
call->setArg(numparams + i - startret, regPtr);
|
||||
}
|
||||
|
||||
cc.setCursor(cursorAfter);
|
||||
|
|
Loading…
Reference in a new issue