mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
dbghelp: Set the right ARM frame pointer.
This commit is contained in:
parent
ce1952446a
commit
e0d14005ce
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue