mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-01 06:39:30 +02:00
* fixed compilation with range checking enabled after r34139
git-svn-id: trunk@34156 -
This commit is contained in:
parent
974c2363c0
commit
6c5de5127c
@ -571,7 +571,7 @@ const
|
||||
(mask: $10000000;str:'i8086_cs_equals_ds'),
|
||||
(mask: $20000000;str:'package_deny'),
|
||||
(mask: $40000000;str:'package_weak'),
|
||||
(mask: $80000000;str:'i8086_ss_equals_ds')
|
||||
(mask: longint($80000000);str:'i8086_ss_equals_ds')
|
||||
);
|
||||
var
|
||||
i,ntflags : longint;
|
||||
|
Loading…
Reference in New Issue
Block a user