winedbg: Add PState to cpu_register_map for ARM64.
This commit is contained in:
parent
ce41fc0441
commit
dd8ec9994b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue