diff options
Diffstat (limited to 'include/mach/boot.h')
-rw-r--r-- | include/mach/boot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mach/boot.h b/include/mach/boot.h index 2f3e6c8..d3e141f 100644 --- a/include/mach/boot.h +++ b/include/mach/boot.h @@ -25,7 +25,7 @@ #include <mach/machine/boot.h> -#ifndef ASSEMBLER +#ifndef __ASSEMBLER__ #include <mach/machine/vm_types.h> @@ -65,7 +65,7 @@ struct boot_rendezvous int code; }; -#endif !ASSEMBLER +#endif !__ASSEMBLER__ /* This is the magic value that must appear in boot_module.magic. */ |