- backend update from Raze.

This commit is contained in:
Christoph Oelckers 2020-11-23 15:45:33 +01:00
commit 9925cc380e
11 changed files with 38 additions and 17 deletions

View file

@ -79,8 +79,8 @@ void VMFunction::CreateRegUse()
int count = 0;
if (!Proto)
{
if (RegTypes) return;
Printf(TEXTCOLOR_ORANGE "Function without prototype needs register info manually set: %s\n", PrintableName.GetChars());
//if (RegTypes) return;
//Printf(TEXTCOLOR_ORANGE "Function without prototype needs register info manually set: %s\n", PrintableName.GetChars());
return;
}
assert(Proto->isPrototype());