mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-01 12:18:14 +00:00
progress on sanity_tests.c, adding back md_str8_styllize
Eventually a heavy reduction of base & OS should be provided via libgen or done here to reduce the overall surface area of the library for the user. Base and os were dragged from raddbg and the original metadesk didn't need as many definitions.
This commit is contained in:
@@ -56,7 +56,7 @@ void
|
||||
md_log_scope_begin(void) {
|
||||
if (md_log_active != 0) {
|
||||
MD_U64 pos = md_arena_pos(md_log_active->arena);
|
||||
MD_LogScope* scope = md_push_array_(md_log_active->arena, MD_LogScope, 1);
|
||||
MD_LogScope* scope = md_push_array(md_log_active->arena, MD_LogScope, 1);
|
||||
scope->pos = pos;
|
||||
md_sll_stack_push(md_log_active->top_scope, scope);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user