fix(arc): waitrealtime error (#177)
This commit is contained in:
parent
c5db0fa49f
commit
ecffa889ad
@ -1962,6 +1962,7 @@ auto compiler::process_stmt(stmt const& stm) -> void
|
|||||||
case node::stmt_endon:
|
case node::stmt_endon:
|
||||||
case node::stmt_notify:
|
case node::stmt_notify:
|
||||||
case node::stmt_wait:
|
case node::stmt_wait:
|
||||||
|
case node::stmt_waitrealtime:
|
||||||
case node::stmt_waittillmatch:
|
case node::stmt_waittillmatch:
|
||||||
case node::stmt_waittillframeend:
|
case node::stmt_waittillframeend:
|
||||||
case node::stmt_case:
|
case node::stmt_case:
|
||||||
|
Loading…
Reference in New Issue
Block a user