소스 검색

* fixed compile

git-svn-id: branches/fixes_2_2@10192 -
peter 17 년 전
부모
커밋
b7e1f1c667
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/utils/ppudump.pp

+ 1 - 1
compiler/utils/ppudump.pp

@@ -1452,7 +1452,7 @@ begin
                  begin
                    write  (space,'  OrdinalType : ');
                    readderef;
-                   writeln(space,'        Value : ',constexp.tostr(getexprint));
+                   writeln(space,'        Value : ',getint64);
                  end;
                constpointer :
                  begin