From d07be4e31bdc38a8eabc6cc7d845cdf195ecb2f8 Mon Sep 17 00:00:00 2001 From: Aleksandar Andrejevic Date: Sat, 21 Dec 2013 03:50:19 +0000 Subject: [PATCH] [FAST486]: Fix a comment. svn path=/branches/ntvdm/; revision=61310 --- lib/fast486/extraops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fast486/extraops.c b/lib/fast486/extraops.c index 86bbc298cfc..deb1577499b 100644 --- a/lib/fast486/extraops.c +++ b/lib/fast486/extraops.c @@ -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 */