Module: wine Branch: master Commit: 84a036a435c86e3a75d185fa0cbd3ffed38fec9d URL: http://source.winehq.org/git/wine.git/?a=commit;h=84a036a435c86e3a75d185fa0c...
Author: André Hentschel nerv@dawncrow.de Date: Thu Mar 8 22:27:54 2012 +0100
dbghelp: Silence arm_fetch_minidump_module.
---
dlls/dbghelp/cpu_arm.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/dlls/dbghelp/cpu_arm.c b/dlls/dbghelp/cpu_arm.c index eeb8984..a38afe8 100644 --- a/dlls/dbghelp/cpu_arm.c +++ b/dlls/dbghelp/cpu_arm.c @@ -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; }