mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
The GCDA 402 format won't have a second checksum either.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184864 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5de735a962
commit
a37d96a04b
@ -94,7 +94,7 @@ bool GCOVFunction::read(GCOVBuffer &Buff, GCOV::GCOVFormat Format) {
|
||||
Buff.readInt(); // Function header length
|
||||
Ident = Buff.readInt();
|
||||
Buff.readInt(); // Checksum #1
|
||||
if (Format != GCOV::GCNO_402)
|
||||
if (Format != GCOV::GCNO_402 && Format != GCOV::GCDA_402)
|
||||
Buff.readInt(); // Checksum #2
|
||||
|
||||
Name = Buff.readString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user