From: Michael Beck Date: Wed, 26 Feb 2003 11:11:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=7822dce36fcf9280e9fd74d47ae8da3cf7477f8c;p=libfirm *** empty log message *** [r837] --- diff --git a/firmjni/testprograms/IfElseExample.java b/firmjni/testprograms/IfElseExample.java index c20498d05..5e3fe3de3 100644 --- a/firmjni/testprograms/IfElseExample.java +++ b/firmjni/testprograms/IfElseExample.java @@ -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. **/