mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 22:43:53 +00:00
Fix my typo of PDB_TableType
llvm-svn: 318447
This commit is contained in:
parent
3dbc869dca
commit
edf5cde5e0
@ -58,5 +58,5 @@ PDB_TableType DIATable::getTableType() const {
|
||||
return PDB_TableType::InputAssemblyFiles;
|
||||
if (Name16 == DiaTable_Dbg)
|
||||
return PDB_TableType::Dbg;
|
||||
return PDBTableType::TableInvalid;
|
||||
return PDB_TableType::TableInvalid;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user