Skip to content

Commit

Permalink
Update to default initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
sayhaan committed Jul 11, 2024
1 parent 984033d commit 3755731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt/include/bolt/Core/DebugData.h
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ class DebugAddrWriterDwarf5 : public DebugAddrWriter {
}

private:
std::optional<uint64_t> AddrOffsetSectionBase = INT_MAX;
std::optional<uint64_t> AddrOffsetSectionBase = std::nullopt;
static constexpr uint32_t HeaderSize = 8;
};

Expand Down

0 comments on commit 3755731

Please sign in to comment.