From 6995f5a68386c67057e4790bf93e7d41edbeee29 Mon Sep 17 00:00:00 2001 From: drmortalwombat <90205530+drmortalwombat@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:07:29 +0100 Subject: [PATCH] Decorate vcall multiplexer --- oscar64/Compiler.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oscar64/Compiler.cpp b/oscar64/Compiler.cpp index 2a76edf..7a73dea 100644 --- a/oscar64/Compiler.cpp +++ b/oscar64/Compiler.cpp @@ -442,6 +442,8 @@ void Compiler::BuildVTables(void) mdec->mFlags |= DTF_DEFINED; mdec->mValue = ecall; } + + mdec->mQualIdent = mdec->mQualIdent->Mangle("$vcall"); }); }); }