mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:09:23 +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
|
||||
begin
|
||||
{$ifdef cpu64bitalu}
|
||||
if sizeof(aint)=8 then
|
||||
list.concat(Taicpu.op_none(A_MOVSQ,S_NO))
|
||||
else
|
||||
list.concat(Taicpu.op_none(A_MOVSQ,S_NO))
|
||||
{$else}
|
||||
list.concat(Taicpu.op_none(A_MOVSD,S_NO));
|
||||
{$endif cpu64bitalu}
|
||||
list.concat(Taicpu.op_none(A_MOVSD,S_NO));
|
||||
end;
|
||||
if len>=4 then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user