py/vm: Make small optimisation of BUILD_SLICE opcode.
No need to call DECODE_UINT since the value will always be either 2 or 3.
Showing
Please register or sign in to comment
No need to call DECODE_UINT since the value will always be either 2 or 3.