diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-04-09 15:19:45 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-04-09 15:19:45 +0200 |
| commit | 8c991cb6762d3a1384cec16d6e54402ce276ea9e (patch) | |
| tree | 3d109e77532ce32822efec69950b7db787368fcc /src/include/dynablock.h | |
| parent | 70770db8bec892e66fa8b6834f1ea4a8f27325b6 (diff) | |
| download | box64-8c991cb6762d3a1384cec16d6e54402ce276ea9e.tar.gz box64-8c991cb6762d3a1384cec16d6e54402ce276ea9e.zip | |
[DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 only, RV64 and LA64 todo)
Diffstat (limited to 'src/include/dynablock.h')
| -rw-r--r-- | src/include/dynablock.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/dynablock.h b/src/include/dynablock.h index 757ca4ae..b9aeddc0 100644 --- a/src/include/dynablock.h +++ b/src/include/dynablock.h @@ -21,4 +21,7 @@ dynablock_t* DBAlternateBlock(x64emu_t* emu, uintptr_t addr, uintptr_t filladdr, // for use in signal handler void cancelFillBlock(void); +// clear instruction cache on a range +void ClearCache(void* start, size_t len); + #endif //__DYNABLOCK_H_ \ No newline at end of file |