summaryrefslogtreecommitdiff
path: root/compiler/symsym.pas
diff options
context:
space:
mode:
authorpeter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-11-01 00:22:13 +0000
committerpeter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-11-01 00:22:13 +0000
commit12992ac4fc7cc9556ff63a370e7a19cb15d16f67 (patch)
treed166afe5f1383679daf5f8634c24e7e96fcf65b3 /compiler/symsym.pas
parent31682d7c6159bfe1e70029a39835ca380e2ec5c1 (diff)
downloadfpc-12992ac4fc7cc9556ff63a370e7a19cb15d16f67.tar.gz
* AsmSymbolDict changed to FPHashObjectList
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@5139 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/symsym.pas')
-rw-r--r--compiler/symsym.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/symsym.pas b/compiler/symsym.pas
index 8d99ef4383..b473d9504e 100644
--- a/compiler/symsym.pas
+++ b/compiler/symsym.pas
@@ -497,7 +497,7 @@ implementation
defined:=true;
current_asmdata.getjumplabel(asmblocklabel);
end;
- result:=asmblocklabel.getname;
+ result:=asmblocklabel.name;
end;
{****************************************************************************