Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-11-15 12:43:28 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-11-15 12:43:28 +0400
commitae046bc0eba28acb4101215e7dae411f99214ea1 (patch)
treece298d01d2e29af0dd800fe1793e1201ac8bc0bf /extern
parent5cf345f860b329652160a583feadf6decfa8fdab (diff)
Patch from nico_ga: libmv can be compiled with icc now
Diffstat (limited to 'extern')
-rw-r--r--extern/libmv/third_party/glog/src/config_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/libmv/third_party/glog/src/config_linux.h b/extern/libmv/third_party/glog/src/config_linux.h
index df6956c9ecf..ffd4e778de6 100644
--- a/extern/libmv/third_party/glog/src/config_linux.h
+++ b/extern/libmv/third_party/glog/src/config_linux.h
@@ -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]