X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Flib%2Fsdk%2Fcrt%2Fmath%2Fi386%2Faulldvrm_asm.s;h=6f7de08f2b2fa6a7a3bcfb75052488f108f175ab;hp=da866459ef212ddad5d6015c2443bc7a7ef9487c;hb=5c2e1ab00cb0275b887ce1f0102d7f277c1aa210;hpb=c030074001cf9877d63cb4b7295c93dba2ca0110 diff --git a/reactos/lib/sdk/crt/math/i386/aulldvrm_asm.s b/reactos/lib/sdk/crt/math/i386/aulldvrm_asm.s index da866459ef2..6f7de08f2b2 100644 --- a/reactos/lib/sdk/crt/math/i386/aulldvrm_asm.s +++ b/reactos/lib/sdk/crt/math/i386/aulldvrm_asm.s @@ -89,7 +89,7 @@ __aulldvrm: #undef DVSRLO #undef DVSRHI #define DVNDLO [esp + 8] // stack address of dividend (a) -#define DVNDHI [esp + 8] // stack address of dividend (a) +#define DVNDHI [esp + 12] // stack address of dividend (a) #define DVSRLO [esp + 16] // stack address of divisor (b) #define DVSRHI [esp + 20] // stack address of divisor (b)