소스 검색

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

git-svn-id: trunk@47664 -
pierre 5 년 전
부모
커밋
a7fa31aa10
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,