From: adam Date: Mon, 9 Feb 2004 23:30:40 +0000 (+0000) Subject: fixed bug 362: preprocessor not preserving line numbers X-Git-Tag: RC3~60 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=5d6d073583e058afabc4d7f458065ddc98aa1ca6 fixed bug 362: preprocessor not preserving line numbers darcs-hash:20040209233040-5007d-5b4ba23bc93ec4740fcbb9c7bc4513892303fb87.gz --- diff --git a/src/org/ibex/Platform.java b/src/org/ibex/Platform.java index 15f87a6..006a522 100644 --- a/src/org/ibex/Platform.java +++ b/src/org/ibex/Platform.java @@ -78,7 +78,7 @@ public abstract class Platform { Log.info(Platform.class, e); } - Log.diag(Platform.class, "Ibex VM detection: vendor = " + vendor); + Log.diag(Platform.class, "Ibex VM detection: vendor = " + vendor); Log.diag(Platform.class, " version = " + version); Log.diag(Platform.class, " os = " + os_name + " [version " + os_version + "]"); Log.diag(Platform.class, " platform = " + platform.getDescriptiveName());