git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@100 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2003-04-29 20:37:44 +00:00
parent d9c4d1cc1a
commit d34720fd7d
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ typedef struct CPUX86State {
uint32_t eip;
uint32_t eflags; /* eflags register. During CPU emulation, CC
flags and DF are set to zero because they are
store elsewhere */
stored elsewhere */
/* emulator internal eflags handling */
uint32_t cc_src;