mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 10:48:12 +02:00
* Make TAICPU class child of TAI_CPU_ABSTRACT_SYM instead of TAI_CPU_ABSTRACT
git-svn-id: trunk@17883 -
This commit is contained in:
parent
f328836cad
commit
2909e43043
@ -28,7 +28,7 @@ interface
|
||||
uses
|
||||
cclasses,
|
||||
globtype, globals, verbose,
|
||||
aasmbase, aasmtai,
|
||||
aasmbase, aasmsym, aasmtai,
|
||||
cgbase, cgutils, cpubase, cpuinfo;
|
||||
|
||||
const
|
||||
@ -38,7 +38,7 @@ const
|
||||
O_MOV_DEST = 1;
|
||||
|
||||
type
|
||||
taicpu = class(tai_cpu_abstract)
|
||||
taicpu = class(tai_cpu_abstract_sym)
|
||||
delayslot_annulled: boolean; { conditinal opcode with ,a }
|
||||
constructor op_none(op: tasmop);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user