Procházet zdrojové kódy

* fixed compile

git-svn-id: branches/fixes_2_2@10192 -
peter před 17 roky
rodič
revize
b7e1f1c667
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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