Hash :
ef5890eb
Author :
Date :
2014-03-21T11:01:39
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.