diff --git a/common/include/x86emitter/x86_intrin.h b/common/include/x86emitter/x86_intrin.h index 95fa0c98d7..19f3a0636a 100644 --- a/common/include/x86emitter/x86_intrin.h +++ b/common/include/x86emitter/x86_intrin.h @@ -16,7 +16,7 @@ #pragma once // Because nobody can't agree on a single name ! -#if defined(__GNUG__) +#if defined(__GNUC__) // Yes there are several files for the same features! // x86intrin.h which is the general include provided by the compiler