[2/2] dbghelp: Silence arm_fetch_minidump_module

André Hentschel nerv at dawncrow.de
Thu Mar 8 15:27:54 CST 2012


---
 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;
 }
 
-- 

Best Regards, André Hentschel
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Nachrichtenteil als Anhang
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120308/cd94fb61/attachment.ksh>


More information about the wine-patches mailing list