mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 20:09:18 +02:00
* i8086 compilation fixed after r45302
git-svn-id: trunk@45303 -
This commit is contained in:
parent
0f6ab0de17
commit
52572e10e9
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user