This commit is contained in:
Nguyen Anh Quynh 2016-07-12 10:29:31 +08:00
commit 0a4544c82c
2 changed files with 0 additions and 4 deletions

View file

@ -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
View file

@ -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"