|
@@ -76,6 +76,9 @@
|
|
****************************************************************************/
|
|
****************************************************************************/
|
|
|
|
|
|
#include "x86emu/x86emui.h"
|
|
#include "x86emu/x86emui.h"
|
|
|
|
+
|
|
|
|
+#if defined(CONFIG_BIOSEMU)
|
|
|
|
+
|
|
/*----------------------------- Implementation ----------------------------*/
|
|
/*----------------------------- Implementation ----------------------------*/
|
|
|
|
|
|
/* constant arrays to do several instructions in just one function */
|
|
/* constant arrays to do several instructions in just one function */
|
|
@@ -5429,3 +5432,5 @@ void (*x86emu_optab[256])(u8) __attribute__ ((section(".got2"))) =
|
|
/* 0xfe */ x86emuOp_opcFE_byte_RM,
|
|
/* 0xfe */ x86emuOp_opcFE_byte_RM,
|
|
/* 0xff */ x86emuOp_opcFF_word_RM,
|
|
/* 0xff */ x86emuOp_opcFF_word_RM,
|
|
};
|
|
};
|
|
|
|
+
|
|
|
|
+#endif
|