diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-07-12 20:33:47 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-07-12 20:33:47 +0000 |
commit | 6b65279459acab4b4ad50451b73436a357e7b1b7 (patch) | |
tree | 3678e1c2e6105cc4f90cedf18ee0ed4e4e889ece | |
parent | 12c28fed49a4011fdec440d78ef8f031317c402a (diff) |
comment
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1012 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | target-i386/cpu.h | 2 |
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, |