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 1a5a2f0 + 8962237 commit b47a305Copy full SHA for b47a305
platform/mbed_retarget.cpp
@@ -1339,7 +1339,7 @@ extern "C" void __cxa_guard_abort(int *guard_object_p)
1339
1340
#endif
1341
1342
-#if defined(MBED_MEM_TRACING_ENABLED) && (defined(__CC_ARM) || defined(__ICCARM__))
+#if defined(MBED_MEM_TRACING_ENABLED) && (defined(__CC_ARM) || defined(__ICCARM__) || (defined (__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)))
1343
1344
// If the memory tracing is enabled, the wrappers in mbed_alloc_wrappers.cpp
1345
// provide the implementation for these. Note: this needs to use the wrappers
0 commit comments