mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
winedbg: Add more ARM registers to the map.
This commit is contained in:
parent
3c699c0958
commit
be729282ce
1 changed files with 3 additions and 0 deletions
|
@ -441,6 +441,9 @@ static size_t cpu_register_map[] = {
|
|||
FIELD_OFFSET(CONTEXT, R10),
|
||||
FIELD_OFFSET(CONTEXT, Fp),
|
||||
FIELD_OFFSET(CONTEXT, Ip),
|
||||
FIELD_OFFSET(CONTEXT, Sp),
|
||||
FIELD_OFFSET(CONTEXT, Lr),
|
||||
FIELD_OFFSET(CONTEXT, Pc),
|
||||
};
|
||||
#else
|
||||
# error Define the registers map for your CPU
|
||||
|
|
Loading…
Reference in a new issue