mirror of https://gitee.com/openkylin/qemu.git
Fix mingw32 build
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
9c7a420265
commit
50035d3db1
|
@ -16,7 +16,6 @@
|
|||
#include "hw/hw.h"
|
||||
#include "block-migration.h"
|
||||
#include <assert.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#define SECTOR_BITS 9
|
||||
#define SECTOR_SIZE (1 << SECTOR_BITS)
|
||||
|
|
Loading…
Reference in New Issue