Disable lazy loading now for i386.
authortwisti <none@none>
Tue, 12 Apr 2005 21:59:47 +0000 (21:59 +0000)
committertwisti <none@none>
Tue, 12 Apr 2005 21:59:47 +0000 (21:59 +0000)
src/vm/jit/parse.c

index 50a6aafe23b12b2e85376139e146b40a13c285db..3b5f181e0e0cff6aa969f62921fb4275919d4522 100644 (file)
@@ -31,7 +31,7 @@
             Joseph Wenninger
             Christian Thalinger
 
-   $Id: parse.c 2281 2005-04-12 19:52:06Z twisti $
+   $Id: parse.c 2292 2005-04-12 21:59:47Z twisti $
 
 */
 
@@ -1282,7 +1282,7 @@ if (DEBUG4==true) {
                                constant_classref *cr;
                                classinfo         *cls;
                                
-#if defined(__X86_64__)
+#if defined(__X86_64__) || defined(__I386__)
                                i = code_get_u2(p + 1, inline_env->method);
                                cr = (constant_classref *) class_getconstant(inline_env->method->class, i, CONSTANT_Class);