Fix an oversight.

This commit is contained in:
C.W. Betts 2021-03-03 01:00:08 -07:00
parent 3c8a2f2372
commit 4d5c6e1551
1 changed files with 2 additions and 0 deletions

View File

@ -291,7 +291,9 @@ bool vmem_platform_prepare_jit_block(void *code_area, unsigned size, void **code
#if HOST_CPU == CPU_ARM64
#if defined(__APPLE__)
#include <libkern/OSCacheControl.h>
#endif
// Code borrowed from Dolphin https://github.com/dolphin-emu/dolphin
static void Arm64_CacheFlush(void* start, void* end) {