diff --git a/reactos/lib/sdk/crt/math/i386/allmul_asm.s b/reactos/lib/sdk/crt/math/i386/allmul_asm.s index c07867de052..1c17bb939a7 100644 --- a/reactos/lib/sdk/crt/math/i386/allmul_asm.s +++ b/reactos/lib/sdk/crt/math/i386/allmul_asm.s @@ -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