codegen.c: fix evaluation order of constant initialization.
`a::B = c` should evaluate `a` then `c`. It used to be `c` then `a`. The `OP_SETMCNST` instruction operands are designed for older order in mind. Should we changed the operand order?
Showing
Please register or sign in to comment