From ee1916e919ac94a84e35549a8448f61beaeec513 Mon Sep 17 00:00:00 2001 From: "J. Gareth \"Curious Kit\" Moreton" Date: Thu, 14 Mar 2024 15:30:25 +0000 Subject: [PATCH] * i8086: Local variables unused in "second_AndOrXorShiftRot_assign" on i8086 are now not defined on this platform --- compiler/x86/nx86inl.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/x86/nx86inl.pas b/compiler/x86/nx86inl.pas index e9ce54e967..b20f7d175c 100644 --- a/compiler/x86/nx86inl.pas +++ b/compiler/x86/nx86inl.pas @@ -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