diff --git a/sys/arch/vax/include/asm.h b/sys/arch/vax/include/asm.h index 46ea0b75faab..ac0c2530c9c5 100644 --- a/sys/arch/vax/include/asm.h +++ b/sys/arch/vax/include/asm.h @@ -1,4 +1,4 @@ -/* $NetBSD: asm.h,v 1.12 2000/07/01 06:42:06 matt Exp $ */ +/* $NetBSD: asm.h,v 1.13 2000/07/03 04:24:56 matt Exp $ */ /* * Copyright (c) 1982, 1993 * The Regents of the University of California. All rights reserved. @@ -98,7 +98,7 @@ #define NENTRY(x, regs) _ENTRY(_C_LABEL(x), regs) #define ASENTRY(x, regs) _ENTRY(_ASM_LABEL(x), regs); _PROF_PROLOGUE -#define ALTENTRY(x) .globl _C_LABEL(x); _C_LABEL(x): +#define ALTENTRY(x) .text; _ALIGN_TEXT; .globl _C_LABEL(x); _C_LABEL(x): #define RCSID(x) .text; .asciz x #define WEAK_ALIAS(alias,sym) \