Patch from nico_ga: libmv can be compiled with icc now
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
#define PACKAGE_VERSION "0.3.1"
|
||||
|
||||
/* How to access the PC from a struct ucontext */
|
||||
#if defined(_M_X64) || defined(__amd64__)
|
||||
#if defined(_M_X64) || defined(__amd64__) || defined(__x86_64__)
|
||||
#define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
|
||||
#else
|
||||
#define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_EIP]
|
||||
|
||||
Reference in New Issue
Block a user