diff options
Diffstat (limited to 'sys/arch/vax/include/profile.h')
-rw-r--r-- | sys/arch/vax/include/profile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/include/profile.h b/sys/arch/vax/include/profile.h index 06b5ba737dc..e25e03966a1 100644 --- a/sys/arch/vax/include/profile.h +++ b/sys/arch/vax/include/profile.h @@ -1,4 +1,4 @@ -/* $OpenBSD: profile.h,v 1.5 1997/05/29 00:04:47 niklas Exp $ */ +/* $OpenBSD: profile.h,v 1.6 2000/04/26 03:08:42 bjc Exp $ */ /* $NetBSD: profile.h,v 1.5 1995/12/31 12:15:58 ragge Exp $ */ /* * Copyright (c) 1992 The Regents of the University of California. @@ -47,7 +47,7 @@ * to __mcount, so that our return address won't get popped from stack. */ #define MCOUNT \ -asm(".text; .globl mcount; mcount: pushl 16(fp); calls $1,__mcount; rsb"); +__asm__(".text; .globl mcount; mcount: pushl 16(fp); calls $1,__mcount; rsb"); #ifdef _KERNEL /* |