@@ -146,7 +146,7 @@ interface
cs_zerobasedstrings,
{ i8086 specific }
cs_force_far_calls,
- cs_hugeptr_normalization
+ cs_hugeptr_arithmetic_normalization
);
tlocalswitches = set of tlocalswitch;
@@ -334,7 +334,7 @@ interface
internalerror(2014070301);
end;
- if cs_hugeptr_normalization in current_settings.localswitches then
+ if cs_hugeptr_arithmetic_normalization in current_settings.localswitches then
procname:=procname+'_normalized';
if is_hugepointer(left.resultdef) then
@@ -1579,7 +1579,7 @@ unit scandir;
Message(scan_w_hugepointernormalization_not_support);
exit;
- do_localswitch(cs_hugeptr_normalization);
+ do_localswitch(cs_hugeptr_arithmetic_normalization);
procedure dir_weakpackageunit;