summaryrefslogtreecommitdiff
path: root/J2V.java
diff options
context:
space:
mode:
Diffstat (limited to 'J2V.java')
-rw-r--r--J2V.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/J2V.java b/J2V.java
index e156a77..d19b84e 100644
--- a/J2V.java
+++ b/J2V.java
@@ -24,7 +24,7 @@ public class J2V {
root.accept(new SymTableBottomUp<Void>(), symt);
root.accept(new SymTableTopDown<Void>(), symt);
- BoilSimp vp = new BoilSimp(symt);
+ BoilVisitor vp = new BoilVisitor(symt);
root.accept(vp, null);
MinimalLogger.info("===================================================");