mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-08 12:21:35 +01:00
* Change a loop counter from aint to integer; the "to" part of the loop
is of type integer. Fixes compiling ppcx64 with ppc386. git-svn-id: trunk@7641 -
This commit is contained in:
parent
dc0d88b076
commit
4703ae318b
@ -934,7 +934,7 @@ implementation
|
||||
var
|
||||
sym : tsym;
|
||||
def : tdef;
|
||||
i,
|
||||
i : integer;
|
||||
varalignrecord,varalign,
|
||||
storesize,storealign : aint;
|
||||
bitsize: aint;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user