Closed bo3b closed 10 years ago
In the Switch statement, there are:
case OPCODE_MIN: case OPCODE_IMAX: case OPCODE_MAX: case OPCODE_MUL:
which is missing OPCODE_IMIN:
Minor issue, but ran across the need for it, so seemed worth mentioning.
In the Switch statement, there are:
case OPCODE_MIN: case OPCODE_IMAX: case OPCODE_MAX: case OPCODE_MUL:
which is missing OPCODE_IMIN:
Minor issue, but ran across the need for it, so seemed worth mentioning.