소스 검색

* updated ppudump because of the ppu changes in r24491

git-svn-id: trunk@24497 -
nickysn 12 년 전
부모
커밋
0b09c50138
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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);