diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-03-07 23:37:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-03-07 23:37:18 +0000 |
commit | ac7202c4dca35eb26043de3d2fed988825772fe1 (patch) | |
tree | ff7f617686f0ad210fdcb690dfe834fbba772541 /sys/arch/mvme88k/include/asm.h | |
parent | a05a325f551b5d6aa4486218242ada4d3cd08931 (diff) |
Inclusion from assembly code is detected with _LOCORE, no more fancy symbols.
Diffstat (limited to 'sys/arch/mvme88k/include/asm.h')
-rw-r--r-- | sys/arch/mvme88k/include/asm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/asm.h b/sys/arch/mvme88k/include/asm.h index 4540ecdc0b9..40a1cd2caf0 100644 --- a/sys/arch/mvme88k/include/asm.h +++ b/sys/arch/mvme88k/include/asm.h @@ -294,7 +294,7 @@ /* * These things for vector_init.c and locore.c */ -#if defined(ASSEMBLER) +#if defined(_LOCORE) # define PREDEFINED_BY_ROM 0xffffffff # define END_OF_VECTOR_LIST 0xfffffffe #else |