mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 01:42:22 -07:00
Fix runtime proc names; Change calling convention of context parameter
This commit is contained in:
+1
-1
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user