From 68817789efe0b51cde386cb43de1cecb6034426f Mon Sep 17 00:00:00 2001 From: edwin Date: Wed, 15 Mar 2006 20:42:00 +0000 Subject: [PATCH] * src/vm/jit/asmpart.h (asm_replacement_in): Added prototype. --- src/vm/jit/asmpart.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/vm/jit/asmpart.h b/src/vm/jit/asmpart.h index da724911a..bf858275a 100644 --- a/src/vm/jit/asmpart.h +++ b/src/vm/jit/asmpart.h @@ -30,7 +30,7 @@ Changes: Christian Thalinger Edwin Steiner - $Id: asmpart.h 4606 2006-03-15 04:43:25Z edwin $ + $Id: asmpart.h 4619 2006-03-15 20:42:00Z edwin $ */ @@ -55,6 +55,7 @@ #include "vm/resolve.h" #include "vm/vm.h" #include "vm/jit/stacktrace.h" +#include "vm/jit/replace.h" /* some macros ****************************************************************/ @@ -151,8 +152,9 @@ void asm_handle_nat_exception(void); /* wrapper for code patching functions */ void asm_wrapper_patcher(void); -/* function for on-stack replacement */ +/* functions for on-stack replacement */ void asm_replacement_out(void); +void asm_replacement_in(executionstate *es); void *asm_switchstackandcall(void *stack, void *func, void **stacktopsave, void * p); -- 2.25.1