mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 13:28: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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user