winedbg: Add PState to cpu_register_map for ARM64.

This commit is contained in:
André Hentschel 2013-02-12 23:02:17 +01:00 committed by Alexandre Julliard
parent ce41fc0441
commit dd8ec9994b

View file

@ -423,6 +423,7 @@ static struct cpu_register cpu_register_map[] = {
REG(X30, 8),
REG(Sp, 8),
REG(Pc, 8),
REG(PState, 8),
};
#else
# error Define the registers map for your CPU