diff src/unexelf.c @ 149:538048ae2ab8 r20-3b1

Import from CVS: tag r20-3b1
author cvs
date Mon, 13 Aug 2007 09:36:16 +0200
parents 376386a54a3c
children e70b3a057e12
line wrap: on
line diff
--- a/src/unexelf.c	Mon Aug 13 09:35:15 2007 +0200
+++ b/src/unexelf.c	Mon Aug 13 09:36:16 2007 +0200
@@ -732,6 +732,7 @@
 	  /* Now copy over what we have in the memory now. */
 	  memcpy (NEW_SECTION_H (nn).sh_offset + new_base,
 		  (caddr_t) OLD_SECTION_H (n).sh_addr,
+		  /* #### mrb: should be old_bss_size instead? */
 		  new_data2_size);
 	  nn++;
 	}