mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 02:28:31 +00:00
include: move CPU-related definitions out of qemu-common.h
Backports commit 4b4629d9d26fd0e100d9be526367a96aa35b541d from qemu
This commit is contained in:
parent
7cf135457a
commit
fee6dcb22a
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
#include "qemu/typedefs.h"
|
||||
#include "qemu-common.h"
|
||||
#include "qemu/host-utils.h"
|
||||
#include "sysemu/cpus.h"
|
||||
|
||||
#define NANOSECONDS_PER_SECOND 1000000000LL
|
||||
|
||||
|
|
Loading…
Reference in a new issue