[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

View file

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