X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm.h;h=30e2c76eabb2fcea9e040461277a12be91dda13f;hp=ab7d85c633775a95db8b8afddff90aa7d5a2b92c;hb=e1c40cb1c116d6e49f787f59dcb3c0b87a52aa56;hpb=8f842ea40a7be3507e3f8007070cc91e9d4e3ed6 diff --git a/src/target/arm.h b/src/target/arm.h index ab7d85c633..30e2c76eab 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;