We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dac04b commit 9fa860cCopy full SHA for 9fa860c
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
@@ -1782,7 +1782,7 @@ void ObjectFileMachO::ProcessSegmentCommand(
1782
// other sections.
1783
sect64.addr, // File VM address == addresses as they are
1784
// found in the object file
1785
- sect64.size, // VM size in bytes of this section
+ sect64.size, // VM size in bytes of this section
1786
section_file_offset, // Offset to the data for this section in
1787
// the file
1788
section_file_offset ? sect64.size : 0, // Size in bytes of
0 commit comments