mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-29 13:32:33 +00:00
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162524 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aaf217953b
commit
08cdb6e6b2
@ -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