Add support for Cortex-A series

pull/1626/head
mtkrtk 2016-03-24 16:06:31 +09:00
parent 3e896871e6
commit 69c311f263
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#define CTHUNK_ADDRESS 1
#if defined(__CORTEX_M3) || defined(__CORTEX_M4) || defined(__thumb2__)
#if defined(__CORTEX_M3) || defined(__CORTEX_M4) || defined(__CORTEX_A9) || defined(__thumb2__)
#define CTHUNK_VARIABLES volatile uint32_t code[1]
/**
* CTHUNK disassembly for Cortex-M3/M4 (thumb2):