Author: aandrejevic
Date: Sat Dec 21 03:50:19 2013
New Revision: 61310
URL:
http://svn.reactos.org/svn/reactos?rev=61310&view=rev
Log:
[FAST486]: Fix a comment.
Modified:
branches/ntvdm/lib/fast486/extraops.c
Modified: branches/ntvdm/lib/fast486/extraops.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/lib/fast486/extraops.c?re…
==============================================================================
--- branches/ntvdm/lib/fast486/extraops.c [iso-8859-1] (original)
+++ branches/ntvdm/lib/fast486/extraops.c [iso-8859-1] Sat Dec 21 03:50:19 2013
@@ -407,7 +407,7 @@
if (OperandSize)
{
- /* Read the value */
+ /* Return the limit */
if (!Fast486WriteModrmDwordOperands(State, &ModRegRm, TRUE, Limit))
{
/* Exception occurred */
@@ -416,7 +416,7 @@
}
else
{
- /* Read the value */
+ /* Return the limit */
if (!Fast486WriteModrmWordOperands(State, &ModRegRm, TRUE, LOWORD(Limit)))
{
/* Exception occurred */