aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/i386/identcpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/i386/identcpu.c')
-rw-r--r--sys/i386/i386/identcpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c
index 8b9d9895abd9..8c8e1218ed41 100644
--- a/sys/i386/i386/identcpu.c
+++ b/sys/i386/i386/identcpu.c
@@ -776,7 +776,7 @@ static volatile u_int trap_by_rdmsr;
* be advanced.
*/
inthand_t bluetrap6;
-#if defined(__GNUC__) || defined(__INTEL_COMPILER)
+#ifdef __GNUCLIKE_ASM
__asm
(" \n\
.text \n\
@@ -795,7 +795,7 @@ __asm
* Accessing non-existent MSR generates general protection fault.
*/
inthand_t bluetrap13;
-#if defined(__GNUC__) || defined(__INTEL_COMPILER)
+#ifdef __GNUCLIKE_ASM
__asm
(" \n\
.text \n\