From 5a10305aa25b3544b1a4a55e8cf6a1d21524adf3 Mon Sep 17 00:00:00 2001 From: johanknol Date: Thu, 29 Mar 2001 13:09:51 +0000 Subject: [PATCH] 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 --- src/SDCCsymt.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.47.2