=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winedbg: Add PState to cpu_register_map for ARM64.

Alexandre Julliard julliard at winehq.org
Wed Feb 13 13:54:29 CST 2013


Module: wine
Branch: master
Commit: dd8ec9994b0ee8487d4c7afb9073c9f50957832b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=dd8ec9994b0ee8487d4c7afb9073c9f50957832b

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Feb 12 23:02:17 2013 +0100

winedbg: Add PState to cpu_register_map for ARM64.

---

 programs/winedbg/gdbproxy.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/programs/winedbg/gdbproxy.c b/programs/winedbg/gdbproxy.c
index 0caed37..bbd3898 100644
--- a/programs/winedbg/gdbproxy.c
+++ b/programs/winedbg/gdbproxy.c
@@ -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




More information about the wine-cvs mailing list