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:
Aleksey Bragin 2010-01-23 19:26:06 +00:00
parent c030074001
commit 5c2e1ab00c

View file

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