- changed ICMD_CHECKOOM to ICMD_CHECKEXCEPTION
authortwisti <none@none>
Thu, 27 May 2004 15:44:54 +0000 (15:44 +0000)
committertwisti <none@none>
Thu, 27 May 2004 15:44:54 +0000 (15:44 +0000)
- removed typecheck() prototype (typecheck now has its own header)

jit/jit.h
src/vm/jit/jit.h

index 8a5bfbcc9fa93c3752a56c4f64a8e3ee0c1d857c..63d18c8d154ae0a3cef9edee9629c6de3557bf22 100644 (file)
--- a/jit/jit.h
+++ b/jit/jit.h
@@ -29,7 +29,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: jit.h 1082 2004-05-26 15:04:54Z jowenn $
+   $Id: jit.h 1091 2004-05-27 15:44:54Z twisti $
 
 */
 
@@ -806,7 +806,7 @@ extern int jcommandsize[256];
 
 #define JAVA_BREAKPOINT       202
 
-#define ICMD_CHECKOOM         203       /* check for out of memory error      */
+#define ICMD_CHECKEXCEPTION   203       /* check for an exception             */
 
 #define ICMD_BUILTIN3         253       /* internal opcode */
 #define ICMD_BUILTIN2         254       /* internal opcode */
@@ -958,8 +958,6 @@ u1 *createnativestub(functionptr f, methodinfo *m);
 void removecompilerstub(u1 *stub);
 void removenativestub(u1 *stub);
 
-void typecheck();
-
 /* debug helpers (in stack.c) */
 
 void icmd_print_stack(stackptr s);
index 8a5bfbcc9fa93c3752a56c4f64a8e3ee0c1d857c..63d18c8d154ae0a3cef9edee9629c6de3557bf22 100644 (file)
@@ -29,7 +29,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: jit.h 1082 2004-05-26 15:04:54Z jowenn $
+   $Id: jit.h 1091 2004-05-27 15:44:54Z twisti $
 
 */
 
@@ -806,7 +806,7 @@ extern int jcommandsize[256];
 
 #define JAVA_BREAKPOINT       202
 
-#define ICMD_CHECKOOM         203       /* check for out of memory error      */
+#define ICMD_CHECKEXCEPTION   203       /* check for an exception             */
 
 #define ICMD_BUILTIN3         253       /* internal opcode */
 #define ICMD_BUILTIN2         254       /* internal opcode */
@@ -958,8 +958,6 @@ u1 *createnativestub(functionptr f, methodinfo *m);
 void removecompilerstub(u1 *stub);
 void removenativestub(u1 *stub);
 
-void typecheck();
-
 /* debug helpers (in stack.c) */
 
 void icmd_print_stack(stackptr s);