Browse Source

* marked resetpass[12] override

git-svn-id: trunk@2784 -
Jonas Maebe 19 years ago
parent
commit
f6ad9bea87
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/arm/aasmcpu.pas

+ 2 - 2
compiler/arm/aasmcpu.pas

@@ -195,8 +195,8 @@ uses
          { assembler }
          { assembler }
       public
       public
          { the next will reset all instructions that can change in pass 2 }
          { 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  CheckIfValid:boolean;
          function GetString:string;
          function GetString:string;
          function  Pass1(objdata:TObjData):longint;override;
          function  Pass1(objdata:TObjData):longint;override;