* i8086 compilation fixed after r45302

git-svn-id: trunk@45303 -
This commit is contained in:
nickysn 2020-05-07 02:57:57 +00:00
parent 0f6ab0de17
commit 52572e10e9

View File

@ -1243,7 +1243,6 @@ unit cgcpu;
procedure tcg8086.a_op_ref(list: TAsmList; Op: TOpCG; size: TCGSize; const ref: TReference);
begin
var
tmpref: treference;
begin
@ -1278,7 +1277,7 @@ unit cgcpu;
end;
end
else
inherited a_op_reg_ref(list,Op,size,reg,tmpref);
inherited;
end;