mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 07:41:14 +00:00
Formatting.
llvm-svn: 162524
This commit is contained in:
parent
188ddbae92
commit
2ab028ca0f
@ -101,7 +101,7 @@ bool DWARFDebugInfoEntryMinimal::extractFast(const DWARFCompileUnit *cu,
|
||||
DataExtractor debug_info_data = cu->getDebugInfoExtractor();
|
||||
uint64_t abbrCode = debug_info_data.getULEB128(offset_ptr);
|
||||
|
||||
assert (fixed_form_sizes); // For best performance this should be specified!
|
||||
assert(fixed_form_sizes); // For best performance this should be specified!
|
||||
|
||||
if (abbrCode) {
|
||||
uint32_t offset = *offset_ptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user