mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
added "ifndef" for ASM to avoid redefinition warnings.
This commit is contained in:
@@ -32,7 +32,9 @@
|
||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||
*/
|
||||
|
||||
#ifndef ASM
|
||||
#define ASM
|
||||
#endif
|
||||
#include <rtems/score/targopts.h>
|
||||
#include <rtems/score/asm.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user