summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/rtems/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/i386/rtems/asm.h')
-rw-r--r--cpukit/score/cpu/i386/rtems/asm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/cpu/i386/rtems/asm.h b/cpukit/score/cpu/i386/rtems/asm.h
index adf4e2c63d..cfb17b9029 100644
--- a/cpukit/score/cpu/i386/rtems/asm.h
+++ b/cpukit/score/cpu/i386/rtems/asm.h
@@ -30,7 +30,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/i386.h>