commit | 952d534d1bd220de61120710ee6ce6217a81b85d | [log] [tgz] |
---|---|---|
author | JustEnuff2BDangerous <edplowman@gmail.com> | Wed Jan 18 17:35:42 2017 +0000 |
committer | JustEnuff2BDangerous <edplowman@gmail.com> | Wed Jan 18 17:35:42 2017 +0000 |
tree | 7d41eff4996a9f805175be9d6b27d5273fc23213 | |
parent | 25626707135d708de93a6f8b959e5fe803d94366 [diff] |
Patch for issue #842 The SETEND instruction is a 16 bit Thumb instruction which is included in T variants of ARMv6 and above, but is not available in M-Class cores (see ARM Compiler toolchain Assembler Reference Ver 5.0). To be consistent with other similar instructions its group flags have been updated to be: {ARM_GRP_THUMB, ARM_GRP_V6, ARM_GRP_NOTMCLASS,0}