|
|
@ -36,11 +36,12 @@ |
|
|
|
* instruction decoding and accessess of immediate data via IP. etc. |
|
|
|
* instruction decoding and accessess of immediate data via IP. etc. |
|
|
|
* |
|
|
|
* |
|
|
|
****************************************************************************/ |
|
|
|
****************************************************************************/ |
|
|
|
|
|
|
|
#include <common.h> |
|
|
|
#include "x86emu/x86emui.h" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if defined(CONFIG_BIOSEMU) |
|
|
|
#if defined(CONFIG_BIOSEMU) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "x86emu/x86emui.h" |
|
|
|
|
|
|
|
|
|
|
|
/*----------------------------- Implementation ----------------------------*/ |
|
|
|
/*----------------------------- Implementation ----------------------------*/ |
|
|
|
|
|
|
|
|
|
|
|
/****************************************************************************
|
|
|
|
/****************************************************************************
|
|
|
|