Skip to content

Commit

Permalink
Formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
sayhaan committed Jul 11, 2024
1 parent d975f44 commit 984033d
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 @@ -336,7 +336,7 @@ using AddressSectionBuffer = SmallVector<char, 4>;
class DebugAddrWriter {
public:
DebugAddrWriter() = delete;
DebugAddrWriter(BinaryContext *BC_) : DebugAddrWriter(BC_, 255){};
DebugAddrWriter(BinaryContext *BC_) : DebugAddrWriter(BC_, 255) {};
DebugAddrWriter(BinaryContext *BC_, uint8_t AddressByteSize);
virtual ~DebugAddrWriter(){};
/// Given an address returns an index in .debug_addr.
Expand Down

0 comments on commit 984033d

Please sign in to comment.