mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-01 20:21:23 +02:00
* fix compilation
git-svn-id: trunk@30554 -
This commit is contained in:
parent
b0634d2cb3
commit
bd803769b8
@ -765,9 +765,10 @@ unit cgcpu;
|
||||
end
|
||||
else
|
||||
begin
|
||||
{ if (op=OP_SAR) and (a=31) and (size in [OS_32,OS_S32]) then
|
||||
{$if 0}
|
||||
{ code not working yet }
|
||||
if (op=OP_SAR) and (a=31) and (size in [OS_32,OS_S32]) then
|
||||
begin
|
||||
{ code not working yet }
|
||||
tmpreg:=reg;
|
||||
for i:=1 to 4 do
|
||||
begin
|
||||
@ -776,7 +777,7 @@ unit cgcpu;
|
||||
end;
|
||||
end
|
||||
else
|
||||
}
|
||||
{$endif}
|
||||
begin
|
||||
tmpreg:=getintregister(list,size);
|
||||
a_load_const_reg(list,size,a,tmpreg);
|
||||
|
Loading…
Reference in New Issue
Block a user