From: Aleksey Demakov Date: Sat, 24 Dec 2005 09:48:42 +0000 (+0000) Subject: remove cache_start X-Git-Tag: r.0.0.6~10 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=ea402c0d3c0400c1d3dbf9792f34610dd5cd1799;p=francis%2Flibjit.git remove cache_start --- diff --git a/jit/jit-function.c b/jit/jit-function.c index eb14b79..54d6ad6 100644 --- a/jit/jit-function.c +++ b/jit/jit-function.c @@ -684,7 +684,6 @@ int jit_function_compile(jit_function_t func) end = gen.posn.ptr; #ifdef JIT_PROLOG_SIZE - func->cache_start = start; /* Back-patch the function prolog and get the real entry point */ if(have_prolog) {