[CPU] Add function for clearing JIT cache
This commit is contained in:
@@ -263,6 +263,8 @@ void Kernel::duplicateHandle() {
|
||||
}
|
||||
}
|
||||
|
||||
void Kernel::clearInstructionCache() { cpu.clearCache(); }
|
||||
|
||||
namespace SystemInfoType {
|
||||
enum : u32 {
|
||||
MemoryInformation = 0,
|
||||
|
||||
Reference in New Issue
Block a user