diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-03 10:00:14 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-03 10:00:14 +0000 |
commit | 28544ded45b3fe46cb7c91f7a25baf2a680f6e67 (patch) | |
tree | cb71cb4c0a2bcd0d4dbd5eddb451228cfa4e71e1 /sys/arch/vax/include/nexus.h | |
parent | 595cbd2e050401adf0cab2bab6ce52f902dfbb54 (diff) |
fix LOCORE->_LOCORE changes.
Diffstat (limited to 'sys/arch/vax/include/nexus.h')
-rw-r--r-- | sys/arch/vax/include/nexus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/vax/include/nexus.h b/sys/arch/vax/include/nexus.h index 60343f3df2c..fe9a2fb0288 100644 --- a/sys/arch/vax/include/nexus.h +++ b/sys/arch/vax/include/nexus.h @@ -135,7 +135,7 @@ extern caddr_t *nex_vec; #define NEX_CFGFLT (0xfc000000) -#ifndef LOCORE +#ifndef _LOCORE #if defined(VAX780) || defined(VAX8600) #define NEXFLT_BITS \ "\20\40PARFLT\37WSQFLT\36URDFLT\35ISQFLT\34MXTFLT\33XMTFLT" |