瀏覽代碼

* 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