From 193b147c0568999cac581b296b6914fa8c167189 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 2 Jun 2003 05:59:35 +0000 Subject: [PATCH] MFi386: i386/include/asm.h rev 1.11: Do not abuse ##. --- sys/amd64/include/asm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amd64/include/asm.h b/sys/amd64/include/asm.h index c2bfaeadd894..a1959e6cabdd 100644 --- a/sys/amd64/include/asm.h +++ b/sys/amd64/include/asm.h @@ -58,7 +58,7 @@ * to a possibly-modified form that will be invisible to C programs. */ #define CNAME(csym) csym -#define HIDENAME(asmsym) __CONCAT(.,asmsym) +#define HIDENAME(asmsym) .asmsym /* XXX should use .p2align 4,0x90 for -m486. */ #define _START_ENTRY .text; .p2align 2,0x90