Fix compiler error.

master
Liyou Zhou 2015-11-16 17:50:54 +00:00
parent b93ef4f105
commit edae269261
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
{ \
__asm( \
"svc %0\n" \
"bx r14" : : "I" (number) : "r0" \
"bx r14" : : "I" ((uint32_t) number) : "r0" \
); \
} \
_Pragma("GCC diagnostic pop")