Commit d34720fd7ddfe88ea99da0c06bcd60d6aa1a55cd

Authored by bellard
1 parent d9c4d1cc

comment


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@100 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
cpu-i386.h
... ... @@ -163,7 +163,7 @@ typedef struct CPUX86State {
163 163 uint32_t eip;
164 164 uint32_t eflags; /* eflags register. During CPU emulation, CC
165 165 flags and DF are set to zero because they are
166   - store elsewhere */
  166 + stored elsewhere */
167 167  
168 168 /* emulator internal eflags handling */
169 169 uint32_t cc_src;
... ...