win32.S: Use shifting for multiplication rather than repeated addition
authorJosh Triplett <josh@joshtriplett.org>
Fri, 21 Mar 2014 18:01:39 +0000 (11:01 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Fri, 21 Mar 2014 18:02:50 +0000 (11:02 -0700)
commitef5890ebafb7cd2fbf9acf161edb55fe1382871c
treeb85cbbf7001b489c9f6201f17f30cb9adac5fd50
parent4fca48901e7e4f53bf490ed22607b2d2d8f4bfcc
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.
src/x86/win32.S