forked from OSchip/llvm-project
Ah, accidentally committed a patch I didn't mean to.
llvm-svn: 219888
This commit is contained in:
parent
320e7b3897
commit
d31c800ce0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue