- backend update from GZDoom.

mainly TAngle overhaul and needed code adjustments.
This commit is contained in:
Christoph Oelckers 2022-08-26 18:28:22 +02:00
parent ca1171187f
commit 111dbd7a7d
26 changed files with 322 additions and 240 deletions

View file

@ -2596,7 +2596,7 @@ FxExpression *FxMultiAssign::Resolve(FCompileContext &ctx)
auto rets = VMRight->GetReturnTypes();
if (Base.Size() == 1)
{
Right->ScriptPosition.Message(MSG_ERROR, "Multi-assignment with only one element", VMRight->Function->SymbolName.GetChars());
Right->ScriptPosition.Message(MSG_ERROR, "Multi-assignment with only one element in function %s", VMRight->Function->SymbolName.GetChars());
delete this;
return nullptr;
}