fix off by one on up_align_addr, use base and bound instead of base_align and
bound_align.. This commit was SVN r7521.
Этот коммит содержится в:
@ -65,8 +65,6 @@ static void mca_mpool_mvapi_registration_constructor( mca_mpool_mvapi_registrati
|
||||
{
|
||||
registration->base_reg.base = NULL;
|
||||
registration->base_reg.bound = NULL;
|
||||
registration->base_reg.base_align = NULL;
|
||||
registration->base_reg.bound_align = NULL;
|
||||
registration->base_reg.flags = 0;
|
||||
|
||||
}
|
||||
|
Ссылка в новой задаче
Block a user