AerScript does not implement any error control operator.
All checks were successful
The build was successful.

This commit is contained in:
2019-03-22 17:32:40 +01:00
parent e3122c9f89
commit 9a41f7195d
3 changed files with 0 additions and 17 deletions

View File

@@ -1469,7 +1469,6 @@ enum ph7_vm_op {
PH7_OP_POP_EXCEPTION, /* POP an exception */
PH7_OP_THROW, /* Throw exception */
PH7_OP_SWITCH, /* Switch operation */
PH7_OP_ERR_CTRL /* Error control */
};
/* -- END-OF INSTRUCTIONS -- */
/*