Browse Source

* compilation of ppudump fixed

git-svn-id: trunk@25368 -
nickysn 12 years ago
parent
commit
bf3e48d8e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/utils/ppuutils/ppudump.pp

+ 1 - 1
compiler/utils/ppuutils/ppudump.pp

@@ -472,7 +472,7 @@ type
     str  : string[30];
     str  : string[30];
   end;
   end;
 const
 const
-  flagopts=24;
+  flagopts=27;
   flagopt : array[1..flagopts] of tflagopt=(
   flagopt : array[1..flagopts] of tflagopt=(
     (mask: $1    ;str:'init'),
     (mask: $1    ;str:'init'),
     (mask: $2    ;str:'final'),
     (mask: $2    ;str:'final'),