mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:29:38 +02:00
Change parent class of trv32aatreader to trvattreader
git-svn-id: trunk@43309 -
This commit is contained in:
parent
7e5bf5a9fb
commit
2d20151446
@ -26,10 +26,10 @@ Unit rarv32gas;
|
|||||||
Interface
|
Interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
raatt,rarv32;
|
raatt,rarv32,rarvgas;
|
||||||
|
|
||||||
type
|
type
|
||||||
trv32attreader = class(tattreader)
|
trv32attreader = class(trvattreader)
|
||||||
function is_register(const s: string): boolean; override;
|
function is_register(const s: string): boolean; override;
|
||||||
function is_asmopcode(const s: string):boolean;override;
|
function is_asmopcode(const s: string):boolean;override;
|
||||||
procedure handleopcode;override;
|
procedure handleopcode;override;
|
||||||
|
Loading…
Reference in New Issue
Block a user