* PATCHER_checkcast_instanceof: Added for intrp.
authortwisti <none@none>
Mon, 5 Sep 2005 20:20:06 +0000 (20:20 +0000)
committertwisti <none@none>
Mon, 5 Sep 2005 20:20:06 +0000 (20:20 +0000)
src/vm/jit/patcher.h

index 371016faaeeaf749c52ff620b635ce8e3495f59b..57b94ca00d1369eb4c2bb1860b887fb49d3c30c3 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: patcher.h 2659 2005-06-13 14:15:32Z twisti $
+   $Id: patcher.h 3151 2005-09-05 20:20:06Z twisti $
 
 */
 
@@ -130,6 +130,12 @@ bool patcher_invokevirtual(u1 *sp);
 bool patcher_invokeinterface(u1 *sp);
 #define PATCHER_invokeinterface (functionptr) patcher_invokeinterface
 
+
+/* only for interpreter */
+bool patcher_checkcast_instanceof(u1 *sp);
+#define PATCHER_checkcast_instanceof (functionptr) patcher_checkcast_instanceof
+
+
 bool patcher_checkcast_instanceof_flags(u1 *sp);
 #define PATCHER_checkcast_instanceof_flags (functionptr) patcher_checkcast_instanceof_flags