mirror of https://github.com/ARMmbed/mbed-os.git
[GCC toolchains] declare "__semihost" as "static inline"
parent
2671452798
commit
cfb0ae66ad
|
|
@ -43,7 +43,7 @@ inline int __semihost(int reason, const void *arg) {
|
|||
# define AngelSWIAsm swi
|
||||
#endif
|
||||
|
||||
inline int __semihost(int reason, const void *arg) {
|
||||
static inline int __semihost(int reason, const void *arg) {
|
||||
int value;
|
||||
|
||||
asm volatile (
|
||||
|
|
|
|||
Loading…
Reference in New Issue