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