summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/include/profile.h')
-rw-r--r--sys/arch/vax/include/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/vax/include/profile.h b/sys/arch/vax/include/profile.h
index dc5e0983eaa..8640c003119 100644
--- a/sys/arch/vax/include/profile.h
+++ b/sys/arch/vax/include/profile.h
@@ -46,7 +46,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
/*