* fix compilation

git-svn-id: trunk@30554 -
This commit is contained in:
florian 2015-04-12 14:58:41 +00:00
parent b0634d2cb3
commit bd803769b8

View File

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