mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-01 11:36:36 +00:00
Fix for GCC MIPS toolchain
This commit is contained in:
parent
0e534bf0ff
commit
8a26bd36d5
@ -11,6 +11,10 @@ extern "C" {
|
||||
#include <stdint.h>
|
||||
#include "platform.h"
|
||||
|
||||
// GCC MIPS toolchain has a default macro called "mips" which breaks
|
||||
// compilation
|
||||
#undef mips
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable:4201)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user