mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-06 17:49:26 +01:00
* fixed compilation after r35034
- removed commented-out uses statement git-svn-id: trunk@35046 -
This commit is contained in:
parent
8c167f4e40
commit
ba33da711a
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user