From 294255afea3766adcb7f8a221533cbeab42be58e Mon Sep 17 00:00:00 2001 From: kvigor Date: Thu, 9 Mar 2000 01:38:10 +0000 Subject: [PATCH] Whoops! Minor garbage in previous checkin git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@178 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/mcs51/gen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcs51/gen.c b/src/mcs51/gen.c index ec9099cb..2121e19c 100644 --- a/src/mcs51/gen.c +++ b/src/mcs51/gen.c @@ -6282,7 +6282,7 @@ static void genGenPointerGet (operand *left, } /* so dptr know contains the address */ freeAsmop(left,NULL,ic,TRUE); - aopOp(result,ic, /* FALSE */ TRUE); + aopOp(result,ic,FALSE); /* if bit then unpack */ if (IS_BITVAR(retype)) -- 2.47.2