Decorate vcall multiplexer
This commit is contained in:
parent
0309fcb286
commit
6995f5a683
|
@ -442,6 +442,8 @@ void Compiler::BuildVTables(void)
|
|||
mdec->mFlags |= DTF_DEFINED;
|
||||
mdec->mValue = ecall;
|
||||
}
|
||||
|
||||
mdec->mQualIdent = mdec->mQualIdent->Mangle("$vcall");
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue