Sfoglia il codice sorgente

Fix wrong arg number in pareser_e_nostackframe_with_locals

git-svn-id: trunk@22687 -
pierre 12 anni fa
parent
commit
01c8ac4b3e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      compiler/msg/errore.msg

+ 1 - 1
compiler/msg/errore.msg

@@ -1449,7 +1449,7 @@ parser_e_method_lower_visibility=03322_E_Overriding method "$1" cannot have a lo
 % \end{description}
 parser_w_nostackframe_without_assembler=03323_W_Procedure/Function declared with call option NOSTACKFRAME but without ASSEMBLER
 % nostackframe call modifier is supposed to be used in conjunction with assembler.
-parser_e_nostackframe_with_locals=03324_E_Procedure/Function declared with call option NOSTACKFRAME but local stack size is $2
+parser_e_nostackframe_with_locals=03324_E_Procedure/Function declared with call option NOSTACKFRAME but local stack size is $1
 % nostackframe call modifier used without assembler modifier
 % might still generate local stack needs.
 %