]> git.sur5r.net Git - u-boot/blobdiff - drivers/bios_emulator/x86emu/decode.c
net: emaclite: Remove deviceid property
[u-boot] / drivers / bios_emulator / x86emu / decode.c
index 879f0a06d17367a7611f5ce6dc1086e36ad1abbb..a782b817b707fe95c46dfac1d4e874c16db912b9 100644 (file)
 *              instruction decoding and accessess of immediate data via IP.  etc.
 *
 ****************************************************************************/
-
+#include <common.h>
 #include "x86emu/x86emui.h"
 
-#if defined(CONFIG_BIOSEMU)
-
 /*----------------------------- Implementation ----------------------------*/
 
 /****************************************************************************
@@ -1144,5 +1142,3 @@ unsigned decode_rmXX_address(int mod, int rm)
     return decode_rm01_address(rm);
   return decode_rm10_address(rm);
 }
-
-#endif