diff options
author | Michal Simek <monstr@monstr.eu> | 2007-08-15 21:15:05 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2007-08-15 21:15:05 +0200 |
commit | 5b4de9309d7a03aa1db2e5391ab696363391f460 (patch) | |
tree | 0cae2cd4e15a7704b1c289ee5b99b1f04abe0041 /drivers/bios_emulator/x86emu/prim_ops.c | |
parent | 19909edb97140a5ea3139705589bb90e023ab5e1 (diff) |
[FIX] Resolve problem with warnings
microblaze toolchain don't support PRAGMA PACK.
Diffstat (limited to 'drivers/bios_emulator/x86emu/prim_ops.c')
-rw-r--r-- | drivers/bios_emulator/x86emu/prim_ops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/bios_emulator/x86emu/prim_ops.c b/drivers/bios_emulator/x86emu/prim_ops.c index c1152eae34..b3d82bb052 100644 --- a/drivers/bios_emulator/x86emu/prim_ops.c +++ b/drivers/bios_emulator/x86emu/prim_ops.c @@ -98,10 +98,11 @@ ****************************************************************************/ #define PRIM_OPS_NO_REDEFINE_ASM -#include "x86emu/x86emui.h" #if defined(CONFIG_BIOSEMU) +#include "x86emu/x86emui.h" + /*------------------------- Global Variables ------------------------------*/ static u32 x86emu_parity_tab[8] = |