fix
This commit is contained in:
parent
a7e5bf9889
commit
fb5c2899d1
|
@ -127,7 +127,6 @@ void Component::CreatePointerDescriptor(Descriptor &descriptor,
|
|||
EstablishDescriptor(descriptor, container, terminator);
|
||||
if (subscripts) {
|
||||
descriptor.set_base_addr(container.Element<char>(subscripts) + offset_);
|
||||
descriptor.raw().rank = 0;
|
||||
} else {
|
||||
descriptor.set_base_addr(container.OffsetElement<char>() + offset_);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue