cleanup include/unicorn/*.h

This commit is contained in:
Nguyen Anh Quynh 2017-01-22 06:02:07 +08:00
parent add54ec022
commit a0f7b526bd
3 changed files with 1 additions and 5 deletions

View file

@ -8,8 +8,6 @@
extern "C" { extern "C" {
#endif #endif
#include "unicorn/platform.h"
#ifdef _MSC_VER #ifdef _MSC_VER
#pragma warning(disable:4201) #pragma warning(disable:4201)
#endif #endif

View file

@ -8,8 +8,6 @@
extern "C" { extern "C" {
#endif #endif
#include "unicorn/platform.h"
// GCC SPARC toolchain has a default macro called "sparc" which breaks // GCC SPARC toolchain has a default macro called "sparc" which breaks
// compilation // compilation
#undef sparc #undef sparc

View file

@ -8,7 +8,7 @@
extern "C" { extern "C" {
#endif #endif
#include "unicorn/platform.h" #include "platform.h"
// Memory-Management Register for instructions IDTR, GDTR, LDTR, TR. // Memory-Management Register for instructions IDTR, GDTR, LDTR, TR.
// Borrow from SegmentCache in qemu/target-i386/cpu.h // Borrow from SegmentCache in qemu/target-i386/cpu.h