* Make TAICPU class child of TAI_CPU_ABSTRACT_SYM instead of TAI_CPU_ABSTRACT

git-svn-id: trunk@17883 -
This commit is contained in:
pierre 2011-06-30 13:19:48 +00:00
parent f328836cad
commit 2909e43043

View File

@ -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);