push_cmd__root -> push_cmd

This commit is contained in:
Ryan Fleury
2024-08-28 15:37:55 -07:00
parent cb25e261e4
commit e3dc29d7ae
6 changed files with 198 additions and 198 deletions
+1 -1
View File
@@ -1583,7 +1583,7 @@ internal E_String2NumMap *d_query_cached_locals_map_from_dbgi_key_voff(DI_Key *d
internal E_String2NumMap *d_query_cached_member_map_from_dbgi_key_voff(DI_Key *dbgi_key, U64 voff);
//- rjf: top-level command dispatch
internal void d_push_cmd__root(D_CmdParams *params, D_CmdSpec *spec);
internal void d_push_cmd(D_CmdParams *params, D_CmdSpec *spec);
////////////////////////////////
//~ rjf: Main Layer Top-Level Calls