From 4b403d1cd317aab528757caf2aff9635252ffaf8 Mon Sep 17 00:00:00 2001 From: jesusc Date: Thu, 12 Dec 2002 01:16:50 +0000 Subject: [PATCH] Corrected a bug when the CDB file does not propperly mark a function end. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2116 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- as/mcs51/lkaomf51.c | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/as/mcs51/lkaomf51.c b/as/mcs51/lkaomf51.c index d100081a..e7933fe9 100644 --- a/as/mcs51/lkaomf51.c +++ b/as/mcs51/lkaomf51.c @@ -25,7 +25,7 @@ #define EQ(A,B) !strcmp((A),(B)) #define MEMSIZE 0x10000 -//#define DODUMP 1 +#define DODUMP 1 typedef struct { @@ -308,7 +308,7 @@ void OutputAOEMF51(void) /*Public symbols defined in this module*/ recsize=2; for(k=0; k