From: johanknol Date: Thu, 23 Aug 2001 15:41:11 +0000 (+0000) Subject: removed a useless fix X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=c28f14a14a8f23e32411eca61ec4d96245beca2c;p=fw%2Fsdcc removed a useless fix git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1165 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/mcs51/gen.c b/src/mcs51/gen.c index 54e57f60..27b8088c 100644 --- a/src/mcs51/gen.c +++ b/src/mcs51/gen.c @@ -6957,12 +6957,8 @@ genNearPointerGet (operand * left, } else rname = aopGet (AOP (left), 0, FALSE, FALSE); - -#ifdef THIS_COULD_BE_THE_EVER_LASTING_MIN_MIN_STACK_AUTO_BUG + aopOp (result, ic, FALSE); -#else - aopOp (result, ic, result?TRUE:FALSE); -#endif /* if bitfield then unpack the bits */ if (IS_BITVAR (retype)) @@ -7563,7 +7559,7 @@ genNearPointerSet (operand * right, genDataPointerSet (right, result, ic); return; } - + /* if the value is already in a pointer register then don't need anything more */ if (!AOP_INPREG (AOP (result)))