From: twisti Date: Wed, 7 Dec 2005 20:23:33 +0000 (+0000) Subject: * Removed accidentaly slipped in #if 0, we have to fix this properly. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=6d9f130aa38a549acbd7098749a102f62df0ead7;p=cacao.git * Removed accidentaly slipped in #if 0, we have to fix this properly. --- diff --git a/src/vm/jit/asmpart.h b/src/vm/jit/asmpart.h index 68078a8cb..a984c5959 100644 --- a/src/vm/jit/asmpart.h +++ b/src/vm/jit/asmpart.h @@ -29,7 +29,7 @@ Changes: Christian Thalinger - $Id: asmpart.h 3896 2005-12-07 16:04:48Z anton $ + $Id: asmpart.h 3906 2005-12-07 20:23:33Z twisti $ */ @@ -118,10 +118,8 @@ void calljava_xhandler2(void); #endif /* exception handling functions */ -#if 0 void asm_handle_exception(void); void asm_handle_nat_exception(void); -#endif /* wrapper for code patching functions */ void asm_wrapper_patcher(void);