diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-24 07:33:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-24 07:33:37 +0000 |
commit | bb9d9b4d07fd3cc4455409c442f184f9c545366c (patch) | |
tree | 02e0ffc07849f1e96140a1daa9ca6ea19adaac9e /sys | |
parent | 3d0b25cc7c9ad1875727a306f3d6c6931558443b (diff) |
compensate for new gas
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc/sparc/locore.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/sparc/locore.s b/sys/arch/sparc/sparc/locore.s index 239b6d737ad..5ab61f9d700 100644 --- a/sys/arch/sparc/sparc/locore.s +++ b/sys/arch/sparc/sparc/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.18 1997/09/17 06:47:19 downsj Exp $ */ +/* $OpenBSD: locore.s,v 1.19 1998/02/24 07:33:36 deraadt Exp $ */ /* $NetBSD: locore.s,v 1.73 1997/09/13 20:36:48 pk Exp $ */ /* @@ -351,7 +351,7 @@ _msgbuf = KERNBASE #endif .globl start, _kernel_text - _kernel_text = start ! for kvm_mkdb(8) +_kernel_text: start: /* * Put sun4 traptable first, since it needs the most stringent aligment (8192) |