mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-09-24 10:10:04 +00:00
clean up over base strings in the linker layer
This commit is contained in:
committed by
Ryan Fleury
parent
9f6da0ec63
commit
a64f8f4196
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user