mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +00:00
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:
parent
28aa57b53f
commit
5833f234a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue