From f8777bdaaccd944f0b3553ff14cdf9072124acf8 Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Sun, 24 Mar 1996 16:52:42 +0000 Subject: Use __asm in place of asm --- sys/arch/vax/include/profile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arch/vax/include/profile.h') 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 /* -- cgit v1.2.3