Browse Source

* compilation fixed

git-svn-id: trunk@45668 -
florian 5 years ago
parent
commit
78698beaad
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compiler/utils/ppuutils/ppudump.pp

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

@@ -2432,7 +2432,8 @@ const
          'cs_opt_constant_propagate',
          'cs_opt_dead_store_eliminate',
          'cs_opt_forcenostackframe',
-         'cs_opt_use_load_modify_store'
+         'cs_opt_use_load_modify_store',
+         'cs_opt_unused_para'
        );
     var
          globalswitch  : tglobalswitch;