* marked resetpass[12] override

git-svn-id: trunk@2784 -
This commit is contained in:
Jonas Maebe 2006-03-06 10:03:45 +00:00
parent f1976eda5c
commit f6ad9bea87

View File

@ -195,8 +195,8 @@ uses
{ assembler }
public
{ the next will reset all instructions that can change in pass 2 }
procedure ResetPass1;
procedure ResetPass2;
procedure ResetPass1;override;
procedure ResetPass2;overide;
function CheckIfValid:boolean;
function GetString:string;
function Pass1(objdata:TObjData):longint;override;