This commit is contained in:
Stephen Heumann 2024-03-06 01:26:47 -06:00 committed by GitHub
commit b3ffd5f23c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3737,7 +3737,7 @@ end; {DoConstant}
Gen1(dc_lab, lcix);
if fstptr <> nil then begin {if there are labels...}
lmin := fstptr^.cslab;
if (lmax - lmin) div lcount > sparse then begin
if (ord4(lmax) - lmin) div lcount > sparse then begin
{use if-else for sparse case statements}
while fstptr <> nil do begin