Modify 2-byte code of "heap and stack" test main for Cortex-A

I modified "space" character from 2-byte code to 1-byte code in "heap and stack" test main.
pull/5628/head
TomoYamanaka 2017-12-14 20:38:30 +09:00
parent 8e854b1c89
commit 698de3b5ff
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*/
#if defined(TARGET_CORTEX_A)
  #error [NOT_SUPPORTED] This function not supported for this target
#error [NOT_SUPPORTED] This function not supported for this target
#endif
#include <stdio.h>