aboutsummaryrefslogtreecommitdiff
path: root/ABC/Driver.icl
diff options
context:
space:
mode:
Diffstat (limited to 'ABC/Driver.icl')
-rw-r--r--ABC/Driver.icl3
1 files changed, 1 insertions, 2 deletions
diff --git a/ABC/Driver.icl b/ABC/Driver.icl
index aa89ae1..633d248 100644
--- a/ABC/Driver.icl
+++ b/ABC/Driver.icl
@@ -1,6 +1,6 @@
implementation module ABC.Driver
-import StdEnv, StdDebug
+import StdEnv
import ABC.Machine
@@ -18,7 +18,6 @@ boot (prog,descs)
fetch_cycle :: State -> State
fetch_cycle st=:{pc,program}
-//# pc = trace_n pc pc
| pc_end pc = st
| otherwise = fetch_cycle (currinstr {st & pc=pc`})
where