mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 05:28:07 +02:00
* i8086: Local variables unused in "second_AndOrXorShiftRot_assign" on i8086 are now not defined on this platform
This commit is contained in:
parent
11b341cc97
commit
ee1916e919
@ -636,10 +636,12 @@ implementation
|
||||
|
||||
|
||||
procedure tx86inlinenode.second_AndOrXorShiftRot_assign;
|
||||
{$ifndef i8086}
|
||||
var
|
||||
opsize : tcgsize;
|
||||
valuenode, indexnode, loadnode: TNode;
|
||||
DestReg: TRegister;
|
||||
{$endif i8086}
|
||||
begin
|
||||
{$ifndef i8086}
|
||||
if (cs_opt_level2 in current_settings.optimizerswitches) then
|
||||
|
Loading…
Reference in New Issue
Block a user