diff options
Diffstat (limited to 'openmp/runtime/src/kmp_debug.cpp')
| -rw-r--r-- | openmp/runtime/src/kmp_debug.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openmp/runtime/src/kmp_debug.cpp b/openmp/runtime/src/kmp_debug.cpp index 6db07741b96..fc0cab8dbb0 100644 --- a/openmp/runtime/src/kmp_debug.cpp +++ b/openmp/runtime/src/kmp_debug.cpp @@ -74,8 +74,8 @@ int __kmp_debug_assert(char const *msg, char const *file, int line) { #endif // USE_ASSERT_SEG #endif - __kmp_msg(kmp_ms_fatal, KMP_MSG(AssertionFailure, file, line), - KMP_HNT(SubmitBugReport), __kmp_msg_null); + __kmp_fatal(KMP_MSG(AssertionFailure, file, line), KMP_HNT(SubmitBugReport), + __kmp_msg_null); return 0; |

