summaryrefslogtreecommitdiff
path: root/compiler/symdef.pas
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-07-23 08:46:37 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-07-23 08:46:37 +0000
commit7990413e170961d42db8ef34640309512578147e (patch)
treeebd692dbcc6d000957baa2b0235fee79d87097a0 /compiler/symdef.pas
parent8af4ad828678c58ea88b83392e05422410ba9ccd (diff)
downloadfpc-7990413e170961d42db8ef34640309512578147e.tar.gz
* experimental patch to fix #7187
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@4281 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/symdef.pas')
-rw-r--r--compiler/symdef.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/symdef.pas b/compiler/symdef.pas
index 7ab4c976c1..c19cd281cd 100644
--- a/compiler/symdef.pas
+++ b/compiler/symdef.pas
@@ -4715,7 +4715,7 @@ implementation
begin
if not(assigned(proc) and assigned(proc.firstsym)) then
begin
- current_asmdata.asmlists[al_rtti].concat(Tai_const.create(aitconst_ptr,1));
+ current_asmdata.asmlists[al_rtti].concat(Tai_const.create(aitconst_ptr,0));
typvalue:=3;
end
else if proc.firstsym^.sym.typ=fieldvarsym then