Ah, accidentally committed a patch I didn't mean to.

llvm-svn: 219888
This commit is contained in:
Jason Molenda 2014-10-16 01:27:31 +00:00
parent 320e7b3897
commit d31c800ce0
1 changed files with 1 additions and 1 deletions

View File

@ -2875,7 +2875,7 @@ DWARFExpression::Evaluate
if (cfa != LLDB_INVALID_ADDRESS)
{
stack.push_back(Scalar(cfa));
stack.back().SetValueType (Value::eValueTypeLoadAddress);
stack.back().SetValueType (Value::eValueTypeHostAddress);
}
else
if (error_ptr)