From: johanknol Date: Thu, 29 Mar 2001 13:09:51 +0000 (+0000) Subject: fixed the first parameter push of --int-long-reent X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=5a10305aa25b3544b1a4a55e8cf6a1d21524adf3;p=fw%2Fsdcc fixed the first parameter push of --int-long-reent git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@719 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCsymt.c b/src/SDCCsymt.c index ae853246..9349511d 100644 --- a/src/SDCCsymt.c +++ b/src/SDCCsymt.c @@ -1623,7 +1623,6 @@ processFuncArgs (symbol * func, int ignoreName) and as port dictates not inhibited by command line option or #pragma */ if (!func->hasVargs && - !IS_RENT (func->etype) && (*port->reg_parm) (val->type)) { SPEC_REGPARM (val->etype) = 1;