[3/3] dbghelp: Use ARMv7 for debugging

André Hentschel nerv at dawncrow.de
Tue Nov 1 10:41:43 CDT 2011


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

diff --git a/dlls/dbghelp/cpu_arm.c b/dlls/dbghelp/cpu_arm.c
index 536d21d..413a492 100644
--- a/dlls/dbghelp/cpu_arm.c
+++ b/dlls/dbghelp/cpu_arm.c
@@ -223,7 +223,7 @@ static const char* arm_fetch_regname(unsigned regno)
 }
 
 DECLSPEC_HIDDEN struct cpu cpu_arm = {
-    IMAGE_FILE_MACHINE_ARM,
+    IMAGE_FILE_MACHINE_ARMV7,
     4,
     CV_ARM_R0 + 11,
     arm_get_addr,
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list