From 7822dce36fcf9280e9fd74d47ae8da3cf7477f8c Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 26 Feb 2003 11:11:11 +0000 Subject: [PATCH] *** empty log message *** [r837] --- firmjni/testprograms/IfElseExample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. **/ -- 2.20.1