fixed the first parameter push of --int-long-reent
[fw/sdcc] / src / SDCCsymt.c
index ae8532460892b8ddb0efa3e22d1fe4d8a95b091c..9349511d9f89ec36c717e8c112ad906a43ae8c82 100644 (file)
@@ -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;