From 82c57bb7b0b80aae3decca4ccfded4800c5a9b94 Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Sat, 23 Feb 2008 21:05:23 +0000 Subject: [PATCH] fixed linux build --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401904 --- sourcepawn/jit/x86/jit_x86.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcepawn/jit/x86/jit_x86.cpp b/sourcepawn/jit/x86/jit_x86.cpp index a01a66cd..05e48271 100644 --- a/sourcepawn/jit/x86/jit_x86.cpp +++ b/sourcepawn/jit/x86/jit_x86.cpp @@ -2626,7 +2626,7 @@ rewind: void JITX86::DestroyFakeNative(SPVM_NATIVE_FUNC func) { - engine->FreePageMemory(func); + engine->FreePageMemory((void *)func); } const char *JITX86::GetVMName()