Commit 72b44713 authored by claes's avatar claes

Set indirect flag for pointer attref's

parent ec117e0e
......@@ -322,6 +322,8 @@ pwr_sAttrRef *wb_attribute::aref(pwr_sAttrRef *arp) const
arp->Objid = m_orep->oid();
arp->Offset = m_offset;
arp->Size = m_size;
if ( m_flags & PWR_MASK_POINTER)
arp->Flags.b.Indirect = 1;
if ( m_adrep) {
wb_bdrep *bd = m_adrep->bdrep();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment