Fix some thinko's in the last patch. PtrSize has to be in bits and we
authorReid Spencer <rspencer@reidspencer.com>
Tue, 6 Mar 2007 03:46:41 +0000 (03:46 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 6 Mar 2007 03:46:41 +0000 (03:46 +0000)
commit576310512118071393e3f216e1fd4108b0823e56
treef165437f21a18378740cbd9c5358e136b90f70ba
parent7553c341354c7790cebda40ea0d647f9d204544b
Fix some thinko's in the last patch. PtrSize has to be in bits and we
might need to zext not just trunc the value.

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