summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/locore.h
diff options
context:
space:
mode:
authorSteve Murphree <smurph@cvs.openbsd.org>1998-12-15 04:45:51 +0000
committerSteve Murphree <smurph@cvs.openbsd.org>1998-12-15 04:45:51 +0000
commit85093f914b09ca3d7d75beffd1ce64f48d3ec9e9 (patch)
treea1dc30ae9d6d954176cc29f65d831c02db39b15d /sys/arch/mvme88k/include/locore.h
parentdc6e6fe48f426c4c4dd8265b5d5d8cefbec43484 (diff)
Commit for the first real OpenBSD mvme88k kernel.
Diffstat (limited to 'sys/arch/mvme88k/include/locore.h')
-rw-r--r--sys/arch/mvme88k/include/locore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/mvme88k/include/locore.h b/sys/arch/mvme88k/include/locore.h
index fba0a9457e9..8b673c20ecc 100644
--- a/sys/arch/mvme88k/include/locore.h
+++ b/sys/arch/mvme88k/include/locore.h
@@ -72,6 +72,7 @@
* hence to debuggers, and such).
*/
#define LABEL(name) name: global name NEWLINE
+
#if EH_DEBUG
# define _LABEL(name) name: global name NEWLINE
#else