@@ -116,8 +116,8 @@ namespace MonoHook
|
||||
|
||||
static void SetupFlushICacheFunc()
|
||||
{
|
||||
string processorType = SystemInfo.processorType.ToLowerInvariant();
|
||||
if (processorType.Contains("intel") || processorType.Contains("amd"))
|
||||
string processorType = SystemInfo.processorType;
|
||||
if (processorType.Contains("Intel") || processorType.Contains("AMD"))
|
||||
return;
|
||||
|
||||
if (IntPtr.Size == 4)
|
||||
|
||||
Reference in New Issue
Block a user