mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 01:08:36 +02:00
* set expectloc correctly (LOC_JUMP instead of LOC_FLAGS) for non-normalized
huge pointer comparison git-svn-id: trunk@28216 -
This commit is contained in:
parent
6770301fe7
commit
04234c733f
@ -371,7 +371,7 @@ interface
|
|||||||
|
|
||||||
if not (cs_hugeptr_comparison_normalization in current_settings.localswitches) then
|
if not (cs_hugeptr_comparison_normalization in current_settings.localswitches) then
|
||||||
begin
|
begin
|
||||||
expectloc:=LOC_FLAGS;
|
expectloc:=LOC_JUMP;
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user