X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fbios_emulator%2Fx86emu%2Fops2.c;h=d6a210c97364cc4b5ec7242d8e07d01b6e0db568;hb=81735b2568cf634d601c0d4a1bbc3a3882bc8eda;hp=631a340ed2bd38a094e675bf28801a7df0a4467b;hpb=2c4faea84f3d96d674e3c065e1f220b20c8930c0;p=oweals%2Fu-boot.git diff --git a/drivers/bios_emulator/x86emu/ops2.c b/drivers/bios_emulator/x86emu/ops2.c index 631a340ed2..d6a210c973 100644 --- a/drivers/bios_emulator/x86emu/ops2.c +++ b/drivers/bios_emulator/x86emu/ops2.c @@ -44,6 +44,10 @@ * ****************************************************************************/ +#include + +#if defined(CONFIG_BIOSEMU) + #include "x86emu/x86emui.h" /*----------------------------- Implementation ----------------------------*/ @@ -1768,3 +1772,5 @@ void (*x86emu_optab2[256])(u8) __attribute__((section(".got2"))) = /* 0xfe */ x86emuOp2_illegal_op, /* 0xff */ x86emuOp2_illegal_op, }; + +#endif