Commit 84a036a4 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

dbghelp: Silence arm_fetch_minidump_module.

parent 138cb84b
...@@ -238,7 +238,9 @@ static BOOL arm_fetch_minidump_thread(struct dump_context* dc, unsigned index, u ...@@ -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) 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; return FALSE;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment