mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-21 09:40:22 +00:00
Fix compilation of PDBApiTest.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236345 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e8b406d43
commit
ff6f472575
@ -74,7 +74,7 @@ class MockSession : public IPDBSession {
|
||||
}
|
||||
|
||||
std::unique_ptr<PDBSymbol>
|
||||
findSymbolByAddress(uint64_t Address) const override {
|
||||
findSymbolByAddress(uint64_t Address, PDB_SymType Type) const override {
|
||||
return nullptr;
|
||||
}
|
||||
std::unique_ptr<IPDBEnumLineNumbers>
|
||||
|
Loading…
x
Reference in New Issue
Block a user