Fix typo in _aullrem(), reported by zhangbonian (zhangbonian17*at*163*dot*com), bug #5015.

svn path=/trunk/; revision=44548
This commit is contained in:
Dmitry Gorbachev 2009-12-12 14:28:45 +00:00
parent d392dcd679
commit 6b2612bba2

View file

@ -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)