* src/vm/jit/x86_64/codegen.c (vm/jit/emit.h): Added.
[cacao.git] / src / vm / jit / x86_64 / emitfuncs.h
index 798bf2092e9a905eb3dc138f76e9fb0a62597aad..56b57729ee9e6755d1824e00c06083dc2b258ee5 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: emitfuncs.h 4398 2006-01-31 23:43:08Z twisti $
+   $Id: emitfuncs.h 4789 2006-04-18 20:34:52Z twisti $
 
 */
 
 #include "vm/types.h"
 
 
+/* function prototypes ********************************************************/
+
+void emit_cmovxx(codegendata *cd, instruction *iptr, s4 s, s4 d);
+
+
 /* code generation prototypes */
 
 void x86_64_emit_ialu(codegendata *cd, s4 alu_op, stackptr src, instruction *iptr);