clean up over base strings in the linker layer

This commit is contained in:
Nikita Smith
2025-09-05 15:19:30 -07:00
committed by Ryan Fleury
parent 9f6da0ec63
commit a64f8f4196
3 changed files with 5 additions and 61 deletions
+1 -1
View File
@@ -587,7 +587,7 @@ cv_file_chksms_from_debug_s(CV_DebugS debug_s)
internal U64
cv_string_hash_table_hash(String8 string)
{
return hash_from_str8(string);
return u64_hash_from_str8(string);
}
internal int