renumbered some jump byte codes for easy conversion between forward jump and backward jump

This commit is contained in:
hyunghwan.chung
2019-08-02 15:59:19 +00:00
parent c30f7466a5
commit 763d7f965e
7 changed files with 136 additions and 155 deletions

View File

@ -1731,7 +1731,6 @@ struct moo_t
# define MOO_ASSERT(moo,expr) ((void)((expr) || ((moo)->vmprim.assertfail(moo, #expr, __FILE__, __LINE__), 0)))
#endif
#if defined(MOO_INCLUDE_COMPILER)
enum moo_iocmd_t
{