Browse Source

* fixed compilation after r35034
- removed commented-out uses statement

git-svn-id: trunk@35046 -

Jonas Maebe 8 years ago
parent
commit
ba33da711a
1 changed files with 1 additions and 12 deletions
  1. 1 12
      compiler/x86_64/nx64cal.pas

+ 1 - 12
compiler/x86_64/nx64cal.pas

@@ -46,20 +46,9 @@ implementation
       globtype,
       globtype,
       systems,verbose,cutils,
       systems,verbose,cutils,
       cpubase,cgbase,cgutils,cgobj,
       cpubase,cgbase,cgutils,cgobj,
-      symsym,symcpu,nld,
+      symconst, symsym,symcpu,nld,
       aasmbase,aasmtai,aasmdata,aasmcpu;
       aasmbase,aasmtai,aasmdata,aasmcpu;
 
 
-{    uses
-      globtype,systems,
-      cutils,verbose,globals,
-      cgbase,cgutils,
-      cpubase,paramgr,
-      aasmtai,aasmdata,aasmcpu,
-      nbas,nmem,nld,ncnv,
-      symdef,symsym,symcpu,
-      cga,cgobj,cpuinfo;}
-
-
     procedure tx8664callnode.do_syscall;
     procedure tx8664callnode.do_syscall;
       var
       var
         tmpref: treference;
         tmpref: treference;