feature completeness for ZAM

This commit is contained in:
Vern Paxson 2023-06-16 16:14:15 -07:00 committed by Arne Welzel
parent 65a7e3de5f
commit ecc93606c4
5 changed files with 66 additions and 29 deletions

View file

@ -77,6 +77,12 @@ void CPPCompile::Compile(bool report_uncompilable)
continue;
}
if ( is_when_lambda(f) )
{
func.SetSkip(true);
continue;
}
const char* reason;
if ( IsCompilable(func, &reason) )
{