mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[FAST486]: Fix a comment.
svn path=/branches/ntvdm/; revision=61310
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user