summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sources/scalac/Global.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scalac/Global.java b/sources/scalac/Global.java
index 79384493c7..130f41bd1d 100644
--- a/sources/scalac/Global.java
+++ b/sources/scalac/Global.java
@@ -326,7 +326,7 @@ public class Global {
private void fix1() {
// make sure that Interpreter.scala is compiled
- SHOW_DEFINITION();
+ if (target == TARGET_INT) SHOW_DEFINITION();
for (int i = 0; i < units.length; i++) {
if (units[i].console) fix1(units[i]);
}