Author: dgorbachev
Date: Sat Dec 12 15:28:45 2009
New Revision: 44548
URL:
http://svn.reactos.org/svn/reactos?rev=44548&view=rev
Log:
Fix typo in _aullrem(), reported by zhangbonian (zhangbonian17*at*163*dot*com), bug
#5015.
Modified:
trunk/reactos/lib/sdk/crt/math/i386/aullrem_asm.s
Modified: trunk/reactos/lib/sdk/crt/math/i386/aullrem_asm.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/aull…
==============================================================================
--- trunk/reactos/lib/sdk/crt/math/i386/aullrem_asm.s [iso-8859-1] (original)
+++ trunk/reactos/lib/sdk/crt/math/i386/aullrem_asm.s [iso-8859-1] Sat Dec 12 15:28:45
2009
@@ -90,7 +90,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)