mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 19:59:44 +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
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user