* src/vm/jit/parse.c (parse): JAVA_GOTO_W must be converted to a
authortwisti <none@none>
Mon, 2 Apr 2007 19:45:20 +0000 (19:45 +0000)
committertwisti <none@none>
Mon, 2 Apr 2007 19:45:20 +0000 (19:45 +0000)
ICMD_GOTO.

src/vm/jit/parse.c

index 10e020b070c0c245c452d6700bca904c5a03ff02..65c5df59005fb1cc376dd81d071336cc9eb5b05d 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: parse.c 7627 2007-04-02 18:56:59Z twisti $
+   $Id: parse.c 7629 2007-04-02 19:45:20Z twisti $
 
 */
 
@@ -898,7 +898,7 @@ fetch_opcode:
                        CHECK_BYTECODE_INDEX(i);
                        MARK_BASICBLOCK(i);
                        blockend = true;
-                       OP_INSINDEX(opcode, i);
+                       OP_INSINDEX(ICMD_GOTO, i);
                        break;
 
                case JAVA_JSR: