Merge pull request #63 from alexfru/master

Smaller C: improve prologue on MIPS.
This commit is contained in:
Serge Vakulenko
2015-08-31 00:26:49 -07:00

View File

@@ -541,7 +541,7 @@ void GenUpdateFrameSize(void)
STATIC
void GenFxnProlog(void)
{
if (CurFxnParamCntMax)
if (CurFxnParamCntMin && CurFxnParamCntMax)
{
int i, cnt = CurFxnParamCntMax;
if (cnt > 4)