fix bad debug info scope search usage

This commit is contained in:
Ryan Fleury
2025-02-21 13:57:54 -08:00
parent 3c8f58cb38
commit e76da7892a
4 changed files with 27 additions and 23 deletions
-1
View File
@@ -1705,7 +1705,6 @@ d_tick(Arena *arena, D_TargetArray *targets, D_BreakpointArray *breakpoints, D_P
Temp scratch = scratch_begin(&arena, 1);
D_EventList result = {0};
d_state->frame_index += 1;
d_state->frame_eval_memread_endt_us = os_now_microseconds() + 1000;
//////////////////////////////
//- rjf: sync with ctrl thread
-1
View File
@@ -330,7 +330,6 @@ struct D_State
// rjf: top-level state
Arena *arena;
U64 frame_index;
U64 frame_eval_memread_endt_us;
// rjf: commands
Arena *cmds_arena;