mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-22 18:09:17 +02:00
* more range check errors on 8 bit CPUs fixed
git-svn-id: trunk@36362 -
This commit is contained in:
parent
a37237ca11
commit
991d962ae2
@ -1003,13 +1003,12 @@ implementation
|
||||
var
|
||||
oldflowcontrol: tflowcontrol;
|
||||
i : longint;
|
||||
distv,
|
||||
distv,dist,
|
||||
lv,hv,
|
||||
max_label: tconstexprint;
|
||||
labelcnt : tcgint;
|
||||
max_linear_list : aint;
|
||||
max_dist,
|
||||
dist : aword;
|
||||
max_dist : aword;
|
||||
oldexecutionweight : longint;
|
||||
begin
|
||||
location_reset(location,LOC_VOID,OS_NO);
|
||||
|
Loading…
Reference in New Issue
Block a user