[FAST486]: Fix a comment.
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Sat, 21 Dec 2013 03:50:19 +0000 (03:50 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Sat, 21 Dec 2013 03:50:19 +0000 (03:50 +0000)
svn path=/branches/ntvdm/; revision=61310

lib/fast486/extraops.c

index 86bbc29..deb1577 100644 (file)
@@ -407,7 +407,7 @@ FAST486_OPCODE_HANDLER(Fast486ExtOpcodeLsl)
 
     if (OperandSize)
     {
-        /* Read the value */
+        /* Return the limit */
         if (!Fast486WriteModrmDwordOperands(State, &ModRegRm, TRUE, Limit))
         {
             /* Exception occurred */
@@ -416,7 +416,7 @@ FAST486_OPCODE_HANDLER(Fast486ExtOpcodeLsl)
     }
     else
     {
-        /* Read the value */
+        /* Return the limit */
         if (!Fast486WriteModrmWordOperands(State, &ModRegRm, TRUE, LOWORD(Limit)))
         {
             /* Exception occurred */