Author: fireball Date: Sat Jan 23 20:26:06 2010 New Revision: 45211
URL: http://svn.reactos.org/svn/reactos?rev=45211&view=rev Log: Jose Catena jc1@diwaves.com - Fix a typo in aulldvrm (one of the dividends was always wrong). See issue #5139 for more details.
Modified: trunk/reactos/lib/sdk/crt/math/i386/aulldvrm_asm.s
Modified: trunk/reactos/lib/sdk/crt/math/i386/aulldvrm_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/aulld... ============================================================================== --- trunk/reactos/lib/sdk/crt/math/i386/aulldvrm_asm.s [iso-8859-1] (original) +++ trunk/reactos/lib/sdk/crt/math/i386/aulldvrm_asm.s [iso-8859-1] Sat Jan 23 20:26:06 2010 @@ -89,7 +89,7 @@ #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)