From: twisti Date: Thu, 26 Feb 2004 00:18:36 +0000 (+0000) Subject: Define functions prototypes X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=502d6b4555a3957de24bbec0834199c795b466ba;p=cacao.git Define functions prototypes --- diff --git a/jit/x86_64/codegen.h b/jit/x86_64/codegen.h index 55f4c62d1..54af3350c 100644 --- a/jit/x86_64/codegen.h +++ b/jit/x86_64/codegen.h @@ -27,7 +27,7 @@ Authors: Andreas Krall Christian Thalinger - $Id: codegen.h 712 2003-12-07 20:39:09Z twisti $ + $Id: codegen.h 928 2004-02-26 00:18:36Z twisti $ */ @@ -477,7 +477,14 @@ void x86_64_xorpd_membase_reg(s8 basereg, s8 disp, s8 dreg); #define gen_resolvebranch(ip,so,to) \ *((s4*) ((ip) - 4)) = (s4) ((to) - (so)); -#define SOFTNULLPTRCHECK /* soft null pointer check supportet as option */ + +/* function prototypes */ + +void codegen_init(); +void init_exceptions(); +void codegen(); +void codegen_close(); +void dseg_display(s4 *s4ptr); #endif /* _CODEGEN_H */ diff --git a/src/vm/jit/x86_64/codegen.h b/src/vm/jit/x86_64/codegen.h index 55f4c62d1..54af3350c 100644 --- a/src/vm/jit/x86_64/codegen.h +++ b/src/vm/jit/x86_64/codegen.h @@ -27,7 +27,7 @@ Authors: Andreas Krall Christian Thalinger - $Id: codegen.h 712 2003-12-07 20:39:09Z twisti $ + $Id: codegen.h 928 2004-02-26 00:18:36Z twisti $ */ @@ -477,7 +477,14 @@ void x86_64_xorpd_membase_reg(s8 basereg, s8 disp, s8 dreg); #define gen_resolvebranch(ip,so,to) \ *((s4*) ((ip) - 4)) = (s4) ((to) - (so)); -#define SOFTNULLPTRCHECK /* soft null pointer check supportet as option */ + +/* function prototypes */ + +void codegen_init(); +void init_exceptions(); +void codegen(); +void codegen_close(); +void dseg_display(s4 *s4ptr); #endif /* _CODEGEN_H */