Use a spelling of .thumb clang understands.

This commit is contained in:
Andrew Turner 2015-05-31 07:28:34 +00:00
parent 3287272dab
commit b35f8350c2

View File

@ -252,7 +252,7 @@ SYM (\name):
#ifdef __thumb__
#define THUMB_FUNC .thumb_func
#define THUMB_CODE .force_thumb
#define THUMB_CODE .thumb
#else
#define THUMB_FUNC
#define THUMB_CODE