Simplify the JIT function cache.

This commit is contained in:
David Anderson
2015-02-24 23:43:07 -08:00
parent fcaa5361c8
commit b9b0ec865c
6 changed files with 47 additions and 36 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ CompileFromThunk(PluginRuntime *runtime, cell_t pcode_offs, void **addrp, char *
}
#if defined JIT_SPEW
g_engine1.GetDebugHook()->OnDebugSpew(
Environment::get()->debugger()->OnDebugSpew(
"Patching thunk to %s::%s\n",
runtime->plugin()->name,
GetFunctionName(runtime->plugin(), pcode_offs));