* moved comments in from of fields for better readability

git-svn-id: trunk@26439 -
This commit is contained in:
florian 2014-01-12 20:17:56 +00:00
parent 6e63272ab7
commit 98e5dead27

View File

@ -189,10 +189,14 @@ interface
tabstractnormalvarsym = class(tabstractvarsym)
defaultconstsym : tsym;
defaultconstsymderef : tderef;
localloc : TLocation; { register/reference for local var }
initialloc : TLocation; { initial location so it can still be initialized later after the location was changed by SSA }
currentregloc : TLocation; { current registers for register variables with moving register numbers }
inparentfpstruct : boolean; { migrated to a parentfpstruct because of nested access (not written to ppu, because not important and would change interface crc) }
{ register/reference for local var }
localloc : TLocation;
{ initial location so it can still be initialized later after the location was changed by SSA }
initialloc : TLocation;
{ current registers for register variables with moving register numbers }
currentregloc : TLocation;
{ migrated to a parentfpstruct because of nested access (not written to ppu, because not important and would change interface crc) }
inparentfpstruct : boolean;
constructor create(st:tsymtyp;const n : string;vsp:tvarspez;def:tdef;vopts:tvaroptions);
constructor ppuload(st:tsymtyp;ppufile:tcompilerppufile);
function globalasmsym: boolean;