Author :
Josh Triplett
Date :
2014-03-21 11:01:39
Hash :ef5890eb Message :win32.S: Use shifting for multiplication rather than repeated addition
The jump table code added a register to itself twice to multiply by 4;
shift the register left by 2 instead.