We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7908a6 + e9e9b8e commit e8efe11Copy full SHA for e8efe11
platform/CThunk.h
@@ -42,7 +42,7 @@
42
#define CTHUNK_VARIABLES volatile uint32_t code[2]
43
44
#if (defined(__CORTEX_M3) || defined(__CORTEX_M4) || defined(__CORTEX_M7) || defined(__CORTEX_A9) \
45
- || defined(__CORTEX_M23) || defined(__CORTEX_M33))
+ || defined(__CORTEX_M33))
46
/**
47
* CTHUNK disassembly for Cortex-M3/M4/M7/A9 (thumb2):
48
* * adr r0, #4
@@ -59,7 +59,7 @@
59
m_thunk.code[1] = 0x00008007; \
60
} while (0)
61
62
-#elif (defined(__CORTEX_M0PLUS) || defined(__CORTEX_M0))
+#elif (defined(__CORTEX_M0PLUS) || defined(__CORTEX_M0) || defined(__CORTEX_M23))
63
/*
64
* CTHUNK disassembly for Cortex M0/M0+ (thumb):
65
0 commit comments