You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The macro mfcpsr in xpseudo_asm_armclang.h uses incorrect asm keyword. This causes any code which uses it to not compile under clang.
The asm keyword is gcc specific and therefore somewhat unhelpful in the clang specific asm definition file. The correct keyword in this case would be __asm__.
The text was updated successfully, but these errors were encountered:
sdshlanta
added a commit
to sdshlanta/embeddedsw
that referenced
this issue
Nov 25, 2019
The macro mfcpsr in xpseudo_asm_armclang.h uses incorrect asm keyword. This causes any code which uses it to not compile under clang.
The
asm
keyword isgcc
specific and therefore somewhat unhelpful in the clang specific asm definition file. The correct keyword in this case would be__asm__
.The text was updated successfully, but these errors were encountered: