mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 08:58:18 +00:00
Merge branch 'master' of https://github.com/unicorn-engine/unicorn
This commit is contained in:
commit
0a4544c82c
2 changed files with 0 additions and 4 deletions
|
@ -2,7 +2,6 @@
|
||||||
#define UNICORN_COMMON_H_
|
#define UNICORN_COMMON_H_
|
||||||
|
|
||||||
#include "tcg.h"
|
#include "tcg.h"
|
||||||
#include <sys/mman.h>
|
|
||||||
|
|
||||||
// This header define common patterns/codes that will be included in all arch-sepcific
|
// This header define common patterns/codes that will be included in all arch-sepcific
|
||||||
// codes for unicorns purposes.
|
// codes for unicorns purposes.
|
||||||
|
|
3
uc.c
3
uc.c
|
@ -15,9 +15,6 @@
|
||||||
#include <time.h> // nanosleep
|
#include <time.h> // nanosleep
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#ifndef _WIN32
|
|
||||||
#include <sys/mman.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "uc_priv.h"
|
#include "uc_priv.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue