mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 03:59:28 +02:00
* marked resetpass[12] override
git-svn-id: trunk@2784 -
This commit is contained in:
parent
f1976eda5c
commit
f6ad9bea87
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user