- fixed missing setRet call for REGT_POINTER return types
This commit is contained in:
parent
9dbb1d77ce
commit
d5b9b8e57a
1 changed files with 1 additions and 0 deletions
|
|
@ -445,6 +445,7 @@ void JitCompiler::EmitNativeCall(VMNativeFunction *target)
|
|||
break;
|
||||
case REGT_POINTER:
|
||||
tmp = newResultIntPtr();
|
||||
call->setRet(0, tmp);
|
||||
cc.mov(regA[regnum], tmp);
|
||||
break;
|
||||
case REGT_STRING:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue