*** empty log message ***
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 26 Feb 2003 11:11:11 +0000 (11:11 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 26 Feb 2003 11:11:11 +0000 (11:11 +0000)
[r837]

firmjni/testprograms/IfElseExample.java

index c20498d..5e3fe3d 100644 (file)
@@ -30,7 +30,7 @@ class IfElseExample {
        System.out.println("\nCreating an IR graph: IfElseExample...");
 
   /* init library: Java did not support the callback, so ALWAYS use 0 here */
-       Firm.initFirm();
+       Firm.initFirm(0);
 
        /** Build type information for the compilation unit. **/