[2/3] winedbg: Use ARMv7 for debugging

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


---
 programs/winedbg/be_arm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winedbg/be_arm.c b/programs/winedbg/be_arm.c
index f71514c..0bd5601 100644
--- a/programs/winedbg/be_arm.c
+++ b/programs/winedbg/be_arm.c
@@ -243,7 +243,7 @@ static int be_arm_fetch_float(const struct dbg_lvalue* lvalue, unsigned size,
 
 struct backend_cpu be_arm =
 {
-    IMAGE_FILE_MACHINE_ARM,
+    IMAGE_FILE_MACHINE_ARMV7,
     4,
     be_cpu_linearize,
     be_cpu_build_addr,
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list