CPU/CodeCache: Clear backpatch info for blocks when recompiled

This commit is contained in:
Stenzek
2024-02-27 22:16:59 +10:00
parent 454cceab80
commit 4599109854
2 changed files with 34 additions and 1 deletions

View File

@ -142,6 +142,7 @@ struct alignas(16) Block
TickCount uncached_fetch_ticks;
u32 icache_line_count;
u32 host_code_size;
u32 compile_frame;
u8 compile_count;