summaryrefslogtreecommitdiff
path: root/target-i386
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-07-12 20:33:47 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-07-12 20:33:47 +0000
commit6b65279459acab4b4ad50451b73436a357e7b1b7 (patch)
tree3678e1c2e6105cc4f90cedf18ee0ed4e4e889ece /target-i386
parent12c28fed49a4011fdec440d78ef8f031317c402a (diff)
downloadqemu-6b65279459acab4b4ad50451b73436a357e7b1b7.tar.gz
comment
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1012 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386')
-rw-r--r--target-i386/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h
index 2a1e736058..14e7943dab 100644
--- a/target-i386/cpu.h
+++ b/target-i386/cpu.h
@@ -248,7 +248,7 @@ enum {
CC_OP_DECW,
CC_OP_DECL,
- CC_OP_SHLB, /* modify all flags, CC_DST = res, CC_SRC.lsb = C */
+ CC_OP_SHLB, /* modify all flags, CC_DST = res, CC_SRC.msb = C */
CC_OP_SHLW,
CC_OP_SHLL,