Browse Source

* updated ppudump because of the ppu changes in r24491

git-svn-id: trunk@24497 -
nickysn 12 years ago
parent
commit
0b09c50138
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/utils/ppuutils/ppudump.pp

+ 2 - 2
compiler/utils/ppuutils/ppudump.pp

@@ -2734,8 +2734,8 @@ begin
              readderef('',arrdef.ElType);
              write  ([space,'       Range Type : ']);
              readderef('',arrdef.RangeType);
-             arrdef.RangeLow:=getaint;
-             arrdef.RangeHigh:=getaint;
+             arrdef.RangeLow:=getasizeint;
+             arrdef.RangeHigh:=getasizeint;
              writeln([space,'            Range : ',arrdef.RangeLow,' to ',arrdef.RangeHigh]);
              write  ([space,'          Options : ']);
              readarraydefoptions(arrdef);