Fix compile error with armcc5 --gnu
This commit is contained in:
parent
6fb8187279
commit
e96ce08a21
2 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,8 @@
|
|||
#define asm __asm
|
||||
#endif
|
||||
|
||||
#if defined(__GNUC__)
|
||||
/* armcc5 --gnu defined __GNUC__ but doesn't support GNU's extended asm */
|
||||
#if defined(__GNUC__) && !defined(__ARMCC_VERSION)
|
||||
#if defined(__i386__)
|
||||
|
||||
#define MULADDC_INIT \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue