mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 04:07:16 +00:00
Fix typo in _aullrem(), reported by zhangbonian (zhangbonian17*at*163*dot*com), bug #5015.
svn path=/trunk/; revision=44548
This commit is contained in:
parent
d392dcd679
commit
6b2612bba2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue