From: MaartenBrock Date: Sat, 8 Mar 2008 18:48:52 +0000 (+0000) Subject: * src/ds390/gen.c (pushSide): fixed 'too few arguments' X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=039830aac4fa9f1baeab120d07fadebc8a5b1b6c;p=fw%2Fsdcc * src/ds390/gen.c (pushSide): fixed 'too few arguments' git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5078 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/ds390/gen.c b/src/ds390/gen.c index f077ae71..da277d24 100644 --- a/src/ds390/gen.c +++ b/src/ds390/gen.c @@ -2463,7 +2463,7 @@ pushSide (operand * oper, int size, iCode * ic) int offset = 0; int nPushed = _G.r0Pushed + _G.r1Pushed; - aopOp (oper, ic, FALSE); + aopOp (oper, ic, FALSE, FALSE); if (nPushed != _G.r0Pushed + _G.r1Pushed) {