Commit c486cec0 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

dbghelp: Use ARMv7 for debugging.

parent 72270006
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment