[Ups-cvs] ups/ups ao_text.c,1.11,1.12
Brought to you by:
ianedwards
From: Tom H. <th...@us...> - 2008-07-29 14:29:28
|
Update of /cvsroot/ups/ups/ups In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv2289 Modified Files: ao_text.c Log Message: Index: ao_text.c =================================================================== RCS file: /cvsroot/ups/ups/ups/ao_text.c,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** ao_text.c 21 Feb 2005 16:38:18 -0000 1.11 --- ao_text.c 29 Jul 2008 14:29:23 -0000 1.12 *************** *** 257,260 **** --- 257,261 ---- ast->st_dw_scanned = FALSE; ast->st_dw_base_address = base_address + ei->debug_addr_delta; + ast->st_dw_void_type = NULL; if (st_is == ST_DWARF) { ast->st_dw_dbg = dw_dbg; |