Ah, accidentally committed a patch I didn't mean to.
authorJason Molenda <jmolenda@apple.com>
Thu, 16 Oct 2014 01:27:31 +0000 (01:27 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 16 Oct 2014 01:27:31 +0000 (01:27 +0000)
llvm-svn: 219888

lldb/source/Expression/DWARFExpression.cpp

index 827bddd8e7bcc1d82a7e2bef6a0e6d732e07d629..760952137c0b4905bdd065e081cc9c1fe3658f19 100644 (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)