OSDN Git Service

Fix MSVC build failure introduced in r291431
authorPavel Labath <labath@google.com>
Mon, 9 Jan 2017 11:20:35 +0000 (11:20 +0000)
committerPavel Labath <labath@google.com>
Mon, 9 Jan 2017 11:20:35 +0000 (11:20 +0000)
commit1148d63bde1815bc85a1aa991755da84ee1cd3b4
tree924c968a8c25ab1e2ec88c9e0013d17966f1073e
parent0f4cbb99e96180de2c70fdf9184e9faca9db5e49
Fix MSVC build failure introduced in r291431

MSVC does not like to reinterpret_cast to a uint64_t. Use a different cast
instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291435 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp