From ab6deeb319cf4389f0cfd555c8aa922300065ee6 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 16 Jun 2025 12:07:22 +0200 Subject: [DYNACACHE] Added the ability to mark a maplist has having new blocks (instead of dirty block that are refreshed) --- src/include/dynarec_native.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/dynarec_native.h') diff --git a/src/include/dynarec_native.h b/src/include/dynarec_native.h index 74e0e05a..c5bca0a4 100644 --- a/src/include/dynarec_native.h +++ b/src/include/dynarec_native.h @@ -24,6 +24,6 @@ typedef struct instsize_s instsize_t; void addInst(instsize_t* insts, size_t* size, int x64_size, int native_size); void CancelBlock64(int need_lock); -dynablock_t* FillBlock64(uintptr_t addr, int alternate, int is32bits, int inst_max); +dynablock_t* FillBlock64(uintptr_t addr, int alternate, int is32bits, int inst_max, int is_new); #endif //__DYNAREC_ARM_H_ -- cgit 1.4.1