diff --git a/src/core/cpu_patches.cpp b/src/core/cpu_patches.cpp index 12f8cacb5..2788cfe58 100644 --- a/src/core/cpu_patches.cpp +++ b/src/core/cpu_patches.cpp @@ -483,9 +483,9 @@ static const std::unordered_map> Patches = {FilterTcbAccess, GenerateTcbAccess, true} #else {FilterTcbAccess, GenerateTcbAccess, false} -#endif #endif }}, +#endif }; static std::once_flag init_flag;