From 1c21007bbcb62829b12dc7271fdbc183c4ca1aa2 Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Wed, 3 Feb 2010 09:36:29 -0500 Subject: Add initial support x86-64 ASM header. --- include/asm.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/asm.h') diff --git a/include/asm.h b/include/asm.h index a58622e..bc15fae 100644 --- a/include/asm.h +++ b/include/asm.h @@ -3,10 +3,11 @@ #ifndef ASM_H #define ASM_H -#ifdef __i386__ -#include "asm_i386.h" +#if defined(__i386__) || defined(__x86_64__) +#include "asm_x86.h" #endif + #ifdef __sparc__ #include "asm_sparc.h" #endif -- cgit v1.2.2