Decorate vcall multiplexer

This commit is contained in:
drmortalwombat 2023-11-20 13:07:29 +01:00
parent 0309fcb286
commit 6995f5a683

View File

@ -442,6 +442,8 @@ void Compiler::BuildVTables(void)
mdec->mFlags |= DTF_DEFINED;
mdec->mValue = ecall;
}
mdec->mQualIdent = mdec->mQualIdent->Mangle("$vcall");
});
});
}