Browse Source

Fix i8086 compiler failure due to move of printnodeindention variable into verbose unit in commit #47658

git-svn-id: trunk@47664 -
pierre 4 years ago
parent
commit
a7fa31aa10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/i8086/n8086con.pas

+ 1 - 1
compiler/i8086/n8086con.pas

@@ -44,7 +44,7 @@ interface
 implementation
 implementation
 
 
     uses
     uses
-      systems,globals,
+      systems,globals,verbose,
       symconst,symdef,symcpu,
       symconst,symdef,symcpu,
       defutil,
       defutil,
       cpubase,
       cpubase,