Added proper asm_builtin_new.
authortwisti <none@none>
Wed, 6 Apr 2005 16:06:48 +0000 (16:06 +0000)
committertwisti <none@none>
Wed, 6 Apr 2005 16:06:48 +0000 (16:06 +0000)
src/cacaoh/headers.c

index e2f7f3d7e5afd93f3d1de0f4b6a001585e8b8bcf..cb8ddfc60077f44dbe6d7e4eec32806e420e8b3c 100644 (file)
@@ -30,7 +30,7 @@
             Philipp Tomsich
             Christian Thalinger
 
-   $Id: headers.c 2232 2005-04-06 10:32:13Z twisti $
+   $Id: headers.c 2249 2005-04-06 16:06:48Z twisti $
 
 */
 
@@ -80,6 +80,9 @@ java_objectheader *asm_calljavafunction(methodinfo *m, void *arg1, void *arg2,
 
 void asm_call_jit_compiler(void) {}
 
+/* assembler code patching functions */
+void asm_builtin_new(unresolved_class *uc) {}
+
 s4 asm_builtin_checkcast(java_objectheader *obj, classinfo *class) { return 0; }
 
 s4 asm_builtin_idiv(s4 a, s4 b) { return 0; }