mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-02 07:06:33 +00:00
fixed typo in debug assertion reported by John Mellor-Crummey
llvm-svn: 242043
This commit is contained in:
parent
a667d1adb7
commit
9ad5c3a324
@ -1389,7 +1389,7 @@ __kmp_dispatch_next(
|
||||
kmp_info_t * th = __kmp_threads[ gtid ];
|
||||
kmp_team_t * team = th -> th.th_team;
|
||||
|
||||
KMP_DEBUG_ASSERT( p_last && p_lb && p_ub && p_st ); // AC: these cannot be NULL
|
||||
KMP_DEBUG_ASSERT( p_lb && p_ub && p_st ); // AC: these cannot be NULL
|
||||
#ifdef KMP_DEBUG
|
||||
{
|
||||
const char * buff;
|
||||
|
Loading…
x
Reference in New Issue
Block a user