fixed linux build

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401904
This commit is contained in:
Borja Ferrer 2008-02-23 21:05:23 +00:00
parent 4eda818e0f
commit 82c57bb7b0

View File

@ -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()