dbghelp: add a FIXME-comment to tell about little endian specific code

André Hentschel nerv at dawncrow.de
Wed Mar 24 09:55:36 CDT 2010


---
 dlls/dbghelp/dwarf.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/dbghelp/dwarf.c b/dlls/dbghelp/dwarf.c
index 2432f89..7da65f5 100644
--- a/dlls/dbghelp/dwarf.c
+++ b/dlls/dbghelp/dwarf.c
@@ -858,6 +858,7 @@ compute_location(dwarf2_traverse_context_t* ctx, struct location* loc,
                 BYTE derefsize = dwarf2_parse_byte(ctx);
                 DWORD64 deref;
 
+                /* FIXME: This definition of DW_OP_deref_size is little endian specific! */
                 if (!ReadProcessMemory(hproc, (void*)addr, &deref, derefsize, NULL))
                 {
                     WARN("Couldn't read memory at %lx\n", addr);
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list