James-Jones / HLSLCrossCompiler

Other
468 stars 81 forks source link

Missing Opcode - minor issue #10

Closed bo3b closed 10 years ago

bo3b commented 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.