aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm.h
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-05-15 14:37:06 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2012-05-21 16:17:10 +0000
commite1c40cb1c116d6e49f787f59dcb3c0b87a52aa56 (patch)
tree2b8ee7a81e5f013142214fa3799577f793312cbb /src/target/arm.h
parent8f842ea40a7be3507e3f8007070cc91e9d4e3ed6 (diff)
target: disable armv6m unaligned memory access
Change-Id: I42704cf80939ab9c9d4f402d2cd51c196e2fadb3 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/645 Tested-by: jenkins
Diffstat (limited to 'src/target/arm.h')
-rw-r--r--src/target/arm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/target/arm.h b/src/target/arm.h
index ab7d85c6..30e2c76e 100644
--- a/src/target/arm.h
+++ b/src/target/arm.h
@@ -125,6 +125,9 @@ struct arm {
/** Flag reporting unavailability of the BKPT instruction. */
bool is_armv4;
+ /** Flag reporting armv6m based core. */
+ bool is_armv6m;
+
/** Flag reporting whether semihosting is active. */
bool is_semihosting;