dbghelp: Silence arm_fetch_minidump_module.

oldstable
André Hentschel 2012-03-08 22:27:54 +01:00 committed by Alexandre Julliard
parent 138cb84be0
commit 84a036a435
1 changed files with 3 additions and 1 deletions

View File

@ -238,7 +238,9 @@ static BOOL arm_fetch_minidump_thread(struct dump_context* dc, unsigned index, u
static BOOL arm_fetch_minidump_module(struct dump_context* dc, unsigned index, unsigned flags)
{
FIXME("NIY\n");
/* FIXME: actually, we should probably take care of FPO data, unless it's stored in
* function table minidump stream
*/
return FALSE;
}