mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-23 07:57:50 +00:00
tear out old file stream tick; switch disasm to using new file stream for interleaved text lines
This commit is contained in:
@@ -372,6 +372,7 @@ fs_hash_from_path_range(String8 path, Rng1U64 range, U64 endt_us)
|
||||
internal void
|
||||
fs_async_tick(void)
|
||||
{
|
||||
#if 0
|
||||
ProfBeginFunction();
|
||||
Temp scratch = scratch_begin(0, 0);
|
||||
|
||||
@@ -530,4 +531,5 @@ fs_async_tick(void)
|
||||
|
||||
scratch_end(scratch);
|
||||
ProfEnd();
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user