summaryrefslogtreecommitdiff
path: root/compiler/x86
diff options
context:
space:
mode:
authorpeter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2>2005-09-15 06:51:12 +0000
committerpeter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2>2005-09-15 06:51:12 +0000
commit70950e379c58f786013b32f37fecfcce24c94d6a (patch)
tree6b5b6a07b56c20a3efd9f1ba08b5b67ddbdeb7c4 /compiler/x86
parenta2ba2cca86333bc27e4d58554b66fdbfd35fe019 (diff)
downloadfpc-70950e379c58f786013b32f37fecfcce24c94d6a.tar.gz
* rename al_code to al_procedures, al_bss/al_data to al_globals
* more work for section smartlinking git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@1083 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/x86')
-rw-r--r--compiler/x86/agx86int.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/x86/agx86int.pas b/compiler/x86/agx86int.pas
index 9a203507e1..d8ed98156b 100644
--- a/compiler/x86/agx86int.pas
+++ b/compiler/x86/agx86int.pas
@@ -387,10 +387,10 @@ implementation
begin
if not assigned(p) then
exit;
- { lineinfo is only needed for al_code (PFV) }
+ { lineinfo is only needed for al_procedures (PFV) }
do_line:=((cs_asm_source in aktglobalswitches) or
(cs_lineinfo in aktmoduleswitches))
- and (p=asmlist[al_code]);
+ and (p=asmlist[al_procedures]);
InlineLevel:=0;
DoNotSplitLine:=false;
hp:=tai(p.first);