mirror of https://github.com/xemu-project/xemu.git
xemu-xbe.c: Use 'cpu.h' header instead of hmp-target.h
This commit is contained in:
parent
8ccee0f15e
commit
10209386b0
|
@ -24,8 +24,8 @@
|
|||
#include "hw/hw.h"
|
||||
#include "hw/i386/pc.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "monitor/hmp-target.h"
|
||||
#include "sysemu/hw_accel.h"
|
||||
#include "cpu.h"
|
||||
|
||||
static int virt_to_phys(vaddr vaddr, hwaddr *phys_addr)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue