André Hentschel : dbghelp: Set the right ARM frame pointer.

Alexandre Julliard julliard at winehq.org
Tue Apr 19 12:08:17 CDT 2011


Module: wine
Branch: master
Commit: e0d14005ce63f07b9181044b4ebea48a2eb08280
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e0d14005ce63f07b9181044b4ebea48a2eb08280

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Apr 18 19:58:45 2011 +0200

dbghelp: Set the right ARM frame pointer.

---

 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 365caa3..4f54ef4 100644
--- a/dlls/dbghelp/cpu_arm.c
+++ b/dlls/dbghelp/cpu_arm.c
@@ -120,7 +120,7 @@ static const char* arm_fetch_regname(unsigned regno)
 struct cpu cpu_arm = {
     IMAGE_FILE_MACHINE_ARM,
     4,
-    CV_ARM_NOREG, /* FIXME */
+    CV_ARM_R0 + 11,
     arm_get_addr,
     arm_stack_walk,
     NULL,




More information about the wine-cvs mailing list