Correct map_remove(PtrMap)

This commit is contained in:
gingerBill
2021-11-05 16:45:27 +00:00
parent 6be104e521
commit 924faa58b4
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ struct UntypedExprInfo {
ExprInfo *info;
};
typedef Map<ExprInfo *> UntypedExprInfoMap; // Key: Ast *
typedef PtrMap<Ast *, ExprInfo *> UntypedExprInfoMap;
typedef MPMCQueue<ProcInfo *> ProcBodyQueue;
// CheckerInfo stores all the symbol information for a type-checked program