mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 11:23:07 +01:00
- removed {$ifndef cpu64bit} code
git-svn-id: trunk@10275 -
This commit is contained in:
parent
acc4d25f75
commit
3e63d3f1dd
@ -231,7 +231,4 @@ unit cgcpu;
|
||||
|
||||
begin
|
||||
cg:=tcgx86_64.create;
|
||||
{$ifndef cpu64bit}
|
||||
cg64:=tcg64f64.create;
|
||||
{$endif cpu64bit}
|
||||
end.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user