File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
lldb/source/Plugins/ABI/X86 Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1147,14 +1147,14 @@ ValueObjectSP ABISysV_x86_64::GetReturnValueObjectImpl(
1147
1147
}
1148
1148
1149
1149
if (!already_copied) {
1150
- // These two tests are just sanity checks. If I somehow get the type
1151
- // calculation wrong above it is better to just return nothing than to
1152
- // assert or crash.
1153
- if (!copy_from_extractor)
1154
- return return_valobj_sp;
1155
- if (copy_from_offset + field_byte_width >
1156
- copy_from_extractor->GetByteSize ())
1157
- return return_valobj_sp;
1150
+ // These two tests are just sanity checks. If I somehow get the type
1151
+ // calculation wrong above it is better to just return nothing than to
1152
+ // assert or crash.
1153
+ if (!copy_from_extractor)
1154
+ return return_valobj_sp;
1155
+ if (copy_from_offset + field_byte_width >
1156
+ copy_from_extractor->GetByteSize ())
1157
+ return return_valobj_sp;
1158
1158
1159
1159
copy_from_extractor->CopyByteOrderedData (
1160
1160
copy_from_offset, field_byte_width,
You can’t perform that action at this time.
0 commit comments