mirror of
https://github.com/Vita3K/unicorn.git
synced 2024-11-24 05:49:56 +00:00
cleanup
This commit is contained in:
parent
326a9a5fba
commit
a154b251e3
@ -14,7 +14,6 @@
|
|||||||
#include "hw/hw.h"
|
#include "hw/hw.h"
|
||||||
#include "hw/mips/mips.h"
|
#include "hw/mips/mips.h"
|
||||||
#include "hw/mips/cpudevs.h"
|
#include "hw/mips/cpudevs.h"
|
||||||
#include "hw/mips/bios.h"
|
|
||||||
#include "sysemu/sysemu.h"
|
#include "sysemu/sysemu.h"
|
||||||
#include "hw/boards.h"
|
#include "hw/boards.h"
|
||||||
#include "exec/address-spaces.h"
|
#include "exec/address-spaces.h"
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
#include "cpu.h"
|
|
||||||
|
|
||||||
#define BIOS_SIZE (4 * 1024 * 1024)
|
|
||||||
#ifdef TARGET_WORDS_BIGENDIAN
|
|
||||||
#define BIOS_FILENAME "mips_bios.bin"
|
|
||||||
#else
|
|
||||||
#define BIOS_FILENAME "mipsel_bios.bin"
|
|
||||||
#endif
|
|
@ -31,8 +31,6 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "config-host.h"
|
#include "config-host.h"
|
||||||
#include "sysemu/sysemu.h"
|
#include "sysemu/sysemu.h"
|
||||||
// #include "trace.h"
|
|
||||||
//#include "qemu/sockets.h"
|
|
||||||
|
|
||||||
/* this must come after including "trace.h" */
|
/* this must come after including "trace.h" */
|
||||||
#include <shlobj.h>
|
#include <shlobj.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user