Fix build failure on BigRed
This commit was SVN r16054.
Этот коммит содержится в:
родитель
3d7b5b306f
Коммит
f677ef5c12
@ -1119,8 +1119,8 @@ static int opal_list_t_init_parser( mqs_process *proc, mpi_process_info *p_info,
|
|||||||
p_info );
|
p_info );
|
||||||
if( position->current_item == position->sentinel )
|
if( position->current_item == position->sentinel )
|
||||||
position->current_item = 0;
|
position->current_item = 0;
|
||||||
DEBUG(VERBOSE_LISTS,("opal_list_t_init_parser list = 0x%llx, sentinel = 0x%llx,
|
DEBUG(VERBOSE_LISTS,("opal_list_t_init_parser list = 0x%llx, sentinel = 0x%llx, "
|
||||||
current_item = 0x%llx\n", (long long)position->list,
|
"current_item = 0x%llx\n", (long long)position->list,
|
||||||
(long long)position->sentinel, (long long)position->current_item));
|
(long long)position->sentinel, (long long)position->current_item));
|
||||||
return mqs_ok;
|
return mqs_ok;
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user