fix incorrectly referring to root entity for debug info if missing; fix thread register cache issues; fix new dbgi layer issues

This commit is contained in:
Ryan Fleury
2024-05-22 11:13:08 -07:00
parent b33559b081
commit 7a4e939886
5 changed files with 35 additions and 20 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ global RDI_Parsed di_rdi_parsed_nil =
////////////////////////////////
//~ rjf: Basic Helpers
internal U64 di_hash_from_string(String8 string);
internal U64 di_hash_from_string(String8 string, StringMatchFlags match_flags);
////////////////////////////////
//~ rjf: Main Layer Initialization