diff options
| author | Wolfgang Denk <wd@denx.de> | 2007-08-09 23:47:43 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-08-09 23:47:43 +0200 | 
| commit | 2ee8078f4f8ec61ad86e54d87b2838fa80f183f0 (patch) | |
| tree | aff59b4a799f5a9ed5a2a8fc6cb15bb82421fb49 /drivers/bios_emulator/x86emu/prim_ops.c | |
| parent | 0c4d65e33b91311b053b11c651742944e50b3673 (diff) | |
| parent | a22806469a8f2b69c829f4fd5361fdebd0cb01b4 (diff) | |
| download | olio-uboot-2014.01-2ee8078f4f8ec61ad86e54d87b2838fa80f183f0.tar.xz olio-uboot-2014.01-2ee8078f4f8ec61ad86e54d87b2838fa80f183f0.zip | |
Merge with /home/wd/git/u-boot/work
Diffstat (limited to 'drivers/bios_emulator/x86emu/prim_ops.c')
| -rw-r--r-- | drivers/bios_emulator/x86emu/prim_ops.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/drivers/bios_emulator/x86emu/prim_ops.c b/drivers/bios_emulator/x86emu/prim_ops.c index e0827d747..c1152eae3 100644 --- a/drivers/bios_emulator/x86emu/prim_ops.c +++ b/drivers/bios_emulator/x86emu/prim_ops.c @@ -100,6 +100,8 @@  #define PRIM_OPS_NO_REDEFINE_ASM  #include "x86emu/x86emui.h" +#if defined(CONFIG_BIOSEMU) +  /*------------------------- Global Variables ------------------------------*/  static u32 x86emu_parity_tab[8] = @@ -2443,3 +2445,5 @@ DB( if (CHECK_SP_ACCESS())      M.x86.R_SP += 4;      return res;  } + +#endif |