mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 22:06:40 +02:00
* Fixed dead code warning.
git-svn-id: trunk@13140 -
This commit is contained in:
parent
f726e1691b
commit
41d50e4723
@ -1840,11 +1840,10 @@ unit cgx86;
|
|||||||
if helpsize>0 then
|
if helpsize>0 then
|
||||||
begin
|
begin
|
||||||
{$ifdef cpu64bitalu}
|
{$ifdef cpu64bitalu}
|
||||||
if sizeof(aint)=8 then
|
list.concat(Taicpu.op_none(A_MOVSQ,S_NO))
|
||||||
list.concat(Taicpu.op_none(A_MOVSQ,S_NO))
|
{$else}
|
||||||
else
|
list.concat(Taicpu.op_none(A_MOVSD,S_NO));
|
||||||
{$endif cpu64bitalu}
|
{$endif cpu64bitalu}
|
||||||
list.concat(Taicpu.op_none(A_MOVSD,S_NO));
|
|
||||||
end;
|
end;
|
||||||
if len>=4 then
|
if len>=4 then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user