fix waitframe opcodes

This commit is contained in:
xensik
2022-08-26 00:19:22 +02:00
parent 094bc0e815
commit 4c410238e9
17 changed files with 21 additions and 21 deletions

View File

@ -1026,7 +1026,7 @@ auto stmt_waittillframeend::print() const -> std::string
auto stmt_waitframe::print() const -> std::string
{
return "waitframe;";
return "waitframe();";
};
auto stmt_if::print() const -> std::string