X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fcortex_a8.h;h=7e116e49a441a167839ad169010790e01d6eeae1;hb=33a17fd35995a7f679f92600055a8f55ae380022;hp=cc2e0090d91f12099f69da7a1e41b61e6a60864a;hpb=6f929dbd93e1b2c0373f389060bf64e60e8194ab;p=openocd.git diff --git a/src/target/cortex_a8.h b/src/target/cortex_a8.h index cc2e0090d9..7e116e49a4 100644 --- a/src/target/cortex_a8.h +++ b/src/target/cortex_a8.h @@ -72,6 +72,9 @@ struct cortex_a8_common /* Use cortex_a8_read_regs_through_mem for fast register reads */ int fast_reg_read; + /* Flag that helps to resolve what ttb to use: user or kernel */ + int current_address_mode; + struct armv7a_common armv7a_common; };