We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce502e commit ac7cf1fCopy full SHA for ac7cf1f
lldb/unittests/Platform/PlatformSiginfoTest.cpp
@@ -62,7 +62,7 @@ class PlatformSiginfoTest : public ::testing::Test {
62
uint64_t bit_offset;
63
std::string name;
64
field_type = field_type.GetFieldAtIndex(
65
- field_type.GetIndexOfChildWithName(field_name, false), name,
+ *field_type.GetIndexOfChildWithName(field_name, false), name,
66
&bit_offset, nullptr, nullptr);
67
ASSERT_TRUE(field_type);
68
total_offset += bit_offset;
0 commit comments