瀏覽代碼

Change parent class of trv32aatreader to trvattreader

git-svn-id: trunk@43309 -
pierre 5 年之前
父節點
當前提交
2d20151446
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;