dbghelp: Added missing break statement.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
29fedfb5d4
commit
3596358097
|
@ -1850,6 +1850,7 @@ static BOOL codeview_snarf(const struct msc_debug_info* msc_dbg, const BYTE* roo
|
|||
compiland = symt_new_compiland(msc_dbg->module, 0 /* FIXME */,
|
||||
source_new(msc_dbg->module, NULL,
|
||||
sym->objname_v3.name));
|
||||
break;
|
||||
|
||||
case S_OBJNAME_ST:
|
||||
TRACE("S-ObjName-V1 %s\n", terminate_string(&sym->objname_v1.p_name));
|
||||
|
|
Loading…
Reference in New Issue