summaryrefslogtreecommitdiff
path: root/compiler/x86/agx86int.pas
diff options
context:
space:
mode:
authoryury <yury@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-07-23 09:22:47 +0000
committeryury <yury@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-07-23 09:22:47 +0000
commite388ca752f5943f74d78a2c7f58fd65076b43c57 (patch)
treea9f6aa17e03ec9a649df5cb60aea7f5dd1d6c7e3 /compiler/x86/agx86int.pas
parenta390467fa72451f92f647802f52bd2db10277689 (diff)
downloadfpc-e388ca752f5943f74d78a2c7f58fd65076b43c57.tar.gz
* Removed/ifdefed/commented unused local variables.
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11438 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/x86/agx86int.pas')
-rw-r--r--compiler/x86/agx86int.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/x86/agx86int.pas b/compiler/x86/agx86int.pas
index 227f142994..94176edb51 100644
--- a/compiler/x86/agx86int.pas
+++ b/compiler/x86/agx86int.pas
@@ -958,6 +958,7 @@ implementation
comment : '; ';
);
+{$ifdef x86_64}
as_x86_64_masm_info : tasminfo =
(
id : as_x86_64_masm;
@@ -969,6 +970,7 @@ implementation
labelprefix : '@@';
comment : '; ';
);
+{$endif x86_64}
initialization
{$ifdef x86_64}