mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-2913 addressing code review comments
This commit is contained in:
parent
e600b96980
commit
93d3808232
2 changed files with 4 additions and 4 deletions
|
@ -2199,8 +2199,8 @@ const Location *SleighCompile::getLocation(SleighSymbol *sym) const
|
|||
{
|
||||
try {
|
||||
return &symbolLocationMap.at(sym);
|
||||
} catch (const std::out_of_range &e) {
|
||||
return NULL;
|
||||
} catch (const out_of_range &e) {
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue