mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 21:54:37 +08:00
[FIX] Changes for bios_emulator code for others architecture
This commit is contained in:
parent
6e0e2253f0
commit
78cff50edb
@ -47,6 +47,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <common.h>
|
||||
|
||||
#if defined(CONFIG_BIOSEMU)
|
||||
|
||||
#include "biosemui.h"
|
||||
|
@ -41,6 +41,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <common.h>
|
||||
|
||||
#if defined(CONFIG_BIOSEMU)
|
||||
|
||||
#include "biosemui.h"
|
||||
|
@ -46,6 +46,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <malloc.h>
|
||||
#include <common.h>
|
||||
|
||||
#if defined(CONFIG_BIOSEMU)
|
||||
|
||||
|
@ -38,6 +38,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <common.h>
|
||||
|
||||
#if defined(CONFIG_BIOSEMU)
|
||||
|
||||
|
@ -36,6 +36,7 @@
|
||||
* instruction decoding and accessess of immediate data via IP. etc.
|
||||
*
|
||||
****************************************************************************/
|
||||
#include <common.h>
|
||||
|
||||
#if defined(CONFIG_BIOSEMU)
|
||||
|
||||
|
@ -75,6 +75,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <common.h>
|
||||
|
||||
#if defined(CONFIG_BIOSEMU)
|
||||
|
||||
#include "x86emu/x86emui.h"
|
||||
|
@ -44,6 +44,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <common.h>
|
||||
|
||||
#if defined(CONFIG_BIOSEMU)
|
||||
|
||||
#include "x86emu/x86emui.h"
|
||||
|
@ -97,6 +97,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <common.h>
|
||||
|
||||
#define PRIM_OPS_NO_REDEFINE_ASM
|
||||
|
||||
#if defined(CONFIG_BIOSEMU)
|
||||
|
@ -39,6 +39,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <common.h>
|
||||
|
||||
#if defined(CONFIG_BIOSEMU)
|
||||
|
||||
#include "x86emu/x86emui.h"
|
||||
|
Loading…
Reference in New Issue
Block a user