From bf220ff85902186414717633ba2bf6db4fc2022f Mon Sep 17 00:00:00 2001 From: tandasat Date: Thu, 31 Mar 2016 18:03:33 -0700 Subject: [PATCH] Swiched from stdint.h to myinttypes.h --- include/arm.h | 2 +- include/arm64.h | 2 +- include/mips.h | 2 +- include/ppc.h | 2 +- include/sparc.h | 2 +- include/systemz.h | 2 +- include/x86.h | 2 +- include/xcore.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/arm.h b/include/arm.h index 73c5135f..f22da048 100644 --- a/include/arm.h +++ b/include/arm.h @@ -8,7 +8,7 @@ extern "C" { #endif -#include +#include "../myinttypes.h" #include "platform.h" #ifdef _MSC_VER diff --git a/include/arm64.h b/include/arm64.h index e626f0e9..1cc3c8c3 100644 --- a/include/arm64.h +++ b/include/arm64.h @@ -8,7 +8,7 @@ extern "C" { #endif -#include +#include "../myinttypes.h" #include "platform.h" #ifdef _MSC_VER diff --git a/include/mips.h b/include/mips.h index d467f0d7..901526e6 100644 --- a/include/mips.h +++ b/include/mips.h @@ -8,7 +8,7 @@ extern "C" { #endif -#include +#include "../myinttypes.h" #include "platform.h" // GCC MIPS toolchain has a default macro called "mips" which breaks diff --git a/include/ppc.h b/include/ppc.h index 01bc3485..6843eb4d 100644 --- a/include/ppc.h +++ b/include/ppc.h @@ -8,7 +8,7 @@ extern "C" { #endif -#include +#include "../myinttypes.h" #include "platform.h" #ifdef _MSC_VER diff --git a/include/sparc.h b/include/sparc.h index 60a1e53e..46af19d7 100644 --- a/include/sparc.h +++ b/include/sparc.h @@ -8,7 +8,7 @@ extern "C" { #endif -#include +#include "../myinttypes.h" #include "platform.h" // GCC SPARC toolchain has a default macro called "sparc" which breaks diff --git a/include/systemz.h b/include/systemz.h index 96c3993d..d3ab5c30 100644 --- a/include/systemz.h +++ b/include/systemz.h @@ -8,7 +8,7 @@ extern "C" { #endif -#include +#include "../myinttypes.h" #include "platform.h" #ifdef _MSC_VER diff --git a/include/x86.h b/include/x86.h index 89216644..c480eb09 100644 --- a/include/x86.h +++ b/include/x86.h @@ -8,7 +8,7 @@ extern "C" { #endif -#include +#include "../myinttypes.h" // Calculate relative address for X86-64, given cs_insn structure #define X86_REL_ADDR(insn) (insn.address + insn.size + insn.detail->x86.disp) diff --git a/include/xcore.h b/include/xcore.h index ff6a5d25..58f03b90 100644 --- a/include/xcore.h +++ b/include/xcore.h @@ -8,7 +8,7 @@ extern "C" { #endif -#include +#include "../myinttypes.h" #include "platform.h" #ifdef _MSC_VER