* tests/regression/jasmin/test_dup2.j: Fix stackdepth.
authoredwin <none@none>
Mon, 11 Sep 2006 14:57:42 +0000 (14:57 +0000)
committeredwin <none@none>
Mon, 11 Sep 2006 14:57:42 +0000 (14:57 +0000)
* tests/regression/jasmin/test_load_store_conflict.j: Likewise.

--HG--
branch : unified_variables

tests/regression/jasmin/test_dup2.j
tests/regression/jasmin/test_load_store_conflict.j

index a49c4bba4506780a92133991e24ad8112aa84bd9..e467ace9db12da6ebc744ed57d9da7958ea6e1fc 100644 (file)
@@ -32,7 +32,7 @@
 ; ======================================================================
 
 .method public static main([Ljava/lang/String;)V
-       .limit stack 4
+       .limit stack 5
        .limit locals 2
 
        ldc 35
index a339aec58bc80e63d453a21db7b84e42c831bb3a..51b28bd6ed94aa4492031da3ff3728b93929992c 100644 (file)
@@ -23,7 +23,7 @@
 ; ======================================================================
 
 .method public static main([Ljava/lang/String;)V
-       .limit stack 2
+       .limit stack 3
        .limit locals 3
 
        ldc 35