From: Dmitry Gorbachev Date: Sat, 12 Dec 2009 14:28:45 +0000 (+0000) Subject: Fix typo in _aullrem(), reported by zhangbonian (zhangbonian17*at*163*dot*com), bug... X-Git-Tag: backups/aicom-network-stable@46924~320 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=6b2612bba28f0a9559af5b93be3f4ec7f61bc516 Fix typo in _aullrem(), reported by zhangbonian (zhangbonian17*at*163*dot*com), bug #5015. svn path=/trunk/; revision=44548 --- diff --git a/reactos/lib/sdk/crt/math/i386/aullrem_asm.s b/reactos/lib/sdk/crt/math/i386/aullrem_asm.s index f67d8119de4..bfcb0efb2a0 100644 --- a/reactos/lib/sdk/crt/math/i386/aullrem_asm.s +++ b/reactos/lib/sdk/crt/math/i386/aullrem_asm.s @@ -90,7 +90,7 @@ __aullrem: #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)