Browse Source

Change parent class of trv32aatreader to trvattreader

git-svn-id: trunk@43309 -
pierre 5 years ago
parent
commit
2d20151446
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/riscv32/rarv32gas.pas

+ 2 - 2
compiler/riscv32/rarv32gas.pas

@@ -26,10 +26,10 @@ Unit rarv32gas;
   Interface
 
     uses
-      raatt,rarv32;
+      raatt,rarv32,rarvgas;
 
     type
-      trv32attreader = class(tattreader)                             
+      trv32attreader = class(trvattreader)                             
         function is_register(const s: string): boolean; override;
         function is_asmopcode(const s: string):boolean;override;
         procedure handleopcode;override;