Commit be729282 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winedbg: Add more ARM registers to the map.

parent 3c699c09
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment