mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
Jose Catena <jc1@diwaves.com>
- Fix a typo in aulldvrm (one of the dividends was always wrong). See issue #5139 for more details. svn path=/trunk/; revision=45211
This commit is contained in:
parent
c030074001
commit
5c2e1ab00c
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ __aulldvrm:
|
|||
#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…
Add table
Add a link
Reference in a new issue