Merge "Cleanup for #inclusivefixit."
This commit is contained in:
commit
0d3dde2d97
1 changed files with 1 additions and 1 deletions
|
|
@ -1584,7 +1584,7 @@ static void UnwindFromDevice(Backtrace* backtrace, void* device_map) {
|
|||
// Verify the flag is set.
|
||||
ASSERT_EQ(PROT_DEVICE_MAP, map.flags & PROT_DEVICE_MAP);
|
||||
|
||||
// Quick sanity checks.
|
||||
// Quick basic checks of functionality.
|
||||
uint64_t offset;
|
||||
ASSERT_EQ(std::string(""), backtrace->GetFunctionName(device_map_uint, &offset));
|
||||
ASSERT_EQ(std::string(""), backtrace->GetFunctionName(device_map_uint, &offset, &map));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue