diff --git a/src/common/assert.h b/src/common/assert.h index d1a3a6f0..2181ec00 100644 --- a/src/common/assert.h +++ b/src/common/assert.h @@ -57,7 +57,7 @@ template ::Dynarmic::Common::detail::TerminateHelper(#expr "\nMessage: " __VA_ARGS__); \ } \ }() - #define ASSERT_FALSE(...) ::Dynarmic::Common::detail::TerminateHelper("false\nMessage: " __VA_ARGS__); + #define ASSERT_FALSE(...) ::Dynarmic::Common::detail::TerminateHelper("false\nMessage: " __VA_ARGS__) #endif #if defined(NDEBUG) || defined(DYNARMIC_IGNORE_ASSERTS)