patcher_builtin_new gets a contant_classref.
authortwisti <none@none>
Fri, 22 Apr 2005 13:28:10 +0000 (13:28 +0000)
committertwisti <none@none>
Fri, 22 Apr 2005 13:28:10 +0000 (13:28 +0000)
src/vm/jit/patcher.h

index 8f1648b1772f307d985c90bd988833b1415d1632..1c7c588e52368fa715ce88ea48271fddfb7ee603 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: patcher.h 2326 2005-04-21 22:36:28Z twisti $
+   $Id: patcher.h 2334 2005-04-22 13:28:10Z twisti $
 
 */
 
@@ -59,10 +59,10 @@ bool patcher_get_putfield(u1 *sp);
 
 #endif /* defined(__I386__) */
 
-bool patcher_builtin_new(u1 *sp);
+bool patcher_builtin_new(constant_classref *cr, u1 *sp);
+
 bool patcher_builtin_newarray(u1 *sp, constant_classref *cr);
 bool patcher_builtin_multianewarray(u1 *sp, constant_classref *cr);
-
 bool patcher_builtin_checkarraycast(u1 *sp, constant_classref *cr);
 bool patcher_builtin_arrayinstanceof(u1 *sp, constant_classref *cr);