[FAST486]: Fix a comment.

svn path=/branches/ntvdm/; revision=61310
This commit is contained in:
Aleksandar Andrejevic
2013-12-21 03:50:19 +00:00
parent 3dd500ab28
commit d07be4e31b
+2 -2
View 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 */