* 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:
daniel 2007-06-13 08:02:21 +00:00
parent dc0d88b076
commit 4703ae318b

View File

@ -934,7 +934,7 @@ implementation
var
sym : tsym;
def : tdef;
i,
i : integer;
varalignrecord,varalign,
storesize,storealign : aint;
bitsize: aint;