* src/vm/jit/codegen-common.c (codegen_generate_stub_compiler): New
[cacao.git] / src / vm / jit / x86_64 / codegen.h
index 2e81403807bfd93b24d52c01424ef3643201efb2..ea29b9851debc3795e86e05c9b330579187ef8f3 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: codegen.h 7596 2007-03-28 21:05:53Z twisti $
+   $Id: codegen.h 7691 2007-04-12 12:45:10Z twisti $
 
 */
 
     } while (0)
 
 
+/* stub defines ***************************************************************/
+
+#define COMPILERSTUB_CODESIZE    7 + 7 + 3
+
+
 /* macros to create code ******************************************************/
 
 #define M_MOV(a,b)              emit_mov_reg_reg(cd, (a), (b))