Fix problem where we would read 64 bits worth of pointer information, even on 32...
authorChris Lattner <sabre@nondot.org>
Fri, 25 Apr 2003 04:21:19 +0000 (04:21 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Apr 2003 04:21:19 +0000 (04:21 +0000)
commitd5bc41a2497b8ccfc21fe4de9f48e3db3a21895c
tree6ef13bdc96538b8a1de75c6564f9f52bf838349d
parentbceb2b0061d9556b58ffb97824d1998027cf6ef5
Fix problem where we would read 64 bits worth of pointer information, even on 32 bit targets!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5930 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Interpreter/Execution.cpp