From 59d77530d7bad6c7d163b7be032d685858b7217f Mon Sep 17 00:00:00 2001 From: johanknol Date: Tue, 8 Apr 2003 17:25:58 +0000 Subject: [PATCH] this DOES cause problems git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2499 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/mcs51/ralloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mcs51/ralloc.c b/src/mcs51/ralloc.c index cffa2fb4..546708ca 100644 --- a/src/mcs51/ralloc.c +++ b/src/mcs51/ralloc.c @@ -2823,8 +2823,8 @@ mcs51_assignRegisters (eBBlock ** ebbs, int count) serialRegAssign (ebbs, count); freeAllRegs (); - setToNull ((void *) &_G.regAssigned); - setToNull ((void *) &_G.totRegAssigned); + //setToNull ((void *) &_G.regAssigned); + //setToNull ((void *) &_G.totRegAssigned); fillGaps(); /* if stack was extended then tell the user */ -- 2.30.2