Skip to content
Snippets Groups Projects
Commit 84a036a4 authored by André Zwing's avatar André Zwing Committed by Alexandre Julliard
Browse files

dbghelp: Silence arm_fetch_minidump_module.

parent 138cb84b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment