ソースを参照

* 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