From ea402c0d3c0400c1d3dbf9792f34610dd5cd1799 Mon Sep 17 00:00:00 2001 From: Aleksey Demakov Date: Sat, 24 Dec 2005 09:48:42 +0000 Subject: [PATCH] remove cache_start --- jit/jit-function.c | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.47.3