Finta László <finta.laszlo@freemail.hu>

- Fix _allmul function, which would always give 0 if both multiplier and muliplicand's high words are 0.

svn path=/trunk/; revision=35388
This commit is contained in:
Aleksey Bragin 2008-08-16 12:51:39 +00:00
parent 28aa57b53f
commit 5833f234a8

View file

@ -83,7 +83,7 @@ __allmul:
mov ecx,BLO
jnz short hard //both are zero, just mult ALO and BLO
mov eax,AHI
mov eax,ALO
mul ecx
ret 16 // callee restores the stack