fixed linux build
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401904
This commit is contained in:
parent
4eda818e0f
commit
82c57bb7b0
@ -2626,7 +2626,7 @@ rewind:
|
|||||||
|
|
||||||
void JITX86::DestroyFakeNative(SPVM_NATIVE_FUNC func)
|
void JITX86::DestroyFakeNative(SPVM_NATIVE_FUNC func)
|
||||||
{
|
{
|
||||||
engine->FreePageMemory(func);
|
engine->FreePageMemory((void *)func);
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *JITX86::GetVMName()
|
const char *JITX86::GetVMName()
|
||||||
|
Loading…
Reference in New Issue
Block a user