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 cdd6f1d commit c29ffe6Copy full SHA for c29ffe6
lldb/source/Plugins/Process/mach-core/RegisterContextUnifiedCore.cpp
@@ -95,8 +95,8 @@ RegisterContextUnifiedCore::RegisterContextUnifiedCore(
95
}
96
97
// Set 'offset' fields for each register definition into our combined
98
- // register data buffer. DynamicRegisterInfo needs
99
- // this field set to parse the JSON.
+ // register data buffer. DynamicRegisterInfo needs this field set to
+ // parse the JSON.
100
// Also copy the values of the registers into our register data buffer.
101
if (metadata_registers_dict) {
102
size_t offset = core_buffer_end;
0 commit comments