Fix runtime proc names; Change calling convention of context parameter

This commit is contained in:
gingerBill
2018-09-15 10:46:46 +01:00
parent 637899467c
commit 71d987bd2e
5 changed files with 19 additions and 23 deletions
+1 -1
View File
@@ -2199,7 +2199,7 @@ void check_map_type(CheckerContext *ctx, Type *type, Ast *node) {
type->Map.value = value;
if (is_type_string(key)) {
add_package_dependency(ctx, "runtime", "__default_hash_string");
add_package_dependency(ctx, "runtime", "default_hash_string");
}