actually - keep (path * stamp -> key) and (key -> path * stamp) history - we do not need to evict these. also fix incorrect file map view closure on debug info close

This commit is contained in:
Ryan Fleury
2025-10-01 17:19:15 -07:00
parent 2cb94c422a
commit 544fea0929
2 changed files with 8 additions and 53 deletions
+5
View File
@@ -336,6 +336,11 @@ os_file_open(OS_AccessFlags flags, String8 path)
{
result.u64[0] = (U64)file;
}
else
{
DWORD err = GetLastError();
(void)err;
}
scratch_end(scratch);
return result;
}