winedbg: Use ARMv7 for debugging.

This commit is contained in:
André Hentschel 2011-11-01 16:41:33 +01:00 committed by Alexandre Julliard
parent 6f84e89d2d
commit 72270006da

View file

@ -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,