diff options
Diffstat (limited to 'compiler/passaux.nim')
-rw-r--r-- | compiler/passaux.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/passaux.nim b/compiler/passaux.nim index 1ac461188..eabce8822 100644 --- a/compiler/passaux.nim +++ b/compiler/passaux.nim @@ -18,7 +18,7 @@ type VerboseRef = ref object of TPassContext config: ConfigRef -proc verboseOpen(graph: ModuleGraph; s: PSym; cache: IdentCache): PPassContext = +proc verboseOpen(graph: ModuleGraph; s: PSym): PPassContext = #MessageOut('compiling ' + s.name.s); result = VerboseRef(config: graph.config) rawMessage(graph.config, hintProcessing, s.name.s) |