Skip to content

Commit

Permalink
Adjusted exception handling in memspec parser
Browse files Browse the repository at this point in the history
  • Loading branch information
IESE-T3 committed Aug 1, 2024
1 parent 55a3985 commit b3ba22f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/DRAMUtils/memspec/MemSpec.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ inline std::optional<MemSpec::MemSpecVariant> parse_memspec_from_json(const json
}
catch (std::exception&)
{
return std::nullopt;
}

return std::nullopt;
Expand Down

0 comments on commit b3ba22f

Please sign in to comment.