mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 05:18:40 +00:00
complete convergence of new disasm view, which uses the core code view path
This commit is contained in:
@@ -22,6 +22,13 @@ di_hash_from_key(DI_Key *k)
|
||||
return hash;
|
||||
}
|
||||
|
||||
internal DI_Key
|
||||
di_key_zero(void)
|
||||
{
|
||||
DI_Key key = {0};
|
||||
return key;
|
||||
}
|
||||
|
||||
internal B32
|
||||
di_key_match(DI_Key *a, DI_Key *b)
|
||||
{
|
||||
|
||||
@@ -199,6 +199,7 @@ global RDI_Parsed di_rdi_parsed_nil = {0};
|
||||
|
||||
internal U64 di_hash_from_string(String8 string, StringMatchFlags match_flags);
|
||||
internal U64 di_hash_from_key(DI_Key *k);
|
||||
internal DI_Key di_key_zero(void);
|
||||
internal B32 di_key_match(DI_Key *a, DI_Key *b);
|
||||
internal DI_Key di_key_copy(Arena *arena, DI_Key *src);
|
||||
internal DI_Key di_normalized_key_from_key(Arena *arena, DI_Key *src);
|
||||
|
||||
Reference in New Issue
Block a user