Changeset 18475 in vbox for trunk/src/recompiler_new/target-i386
- Timestamp:
- Mar 29, 2009 12:27:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/target-i386/op_helper.c
r18082 r18475 1032 1032 env->eflags &= ~(TF_MASK | VM_MASK | RF_MASK | NT_MASK); 1033 1033 #else 1034 /* 1034 /* 1035 1035 * We must clear VIP/VIF too on interrupt entry, as otherwise FreeBSD 1036 * gets confused by seeingingly changed EFLAGS. See #3491 and 1036 * gets confused by seeingingly changed EFLAGS. See #3491 and 1037 1037 * public bug #2341. 1038 1038 */ … … 1308 1308 env->eflags &= ~(TF_MASK | VM_MASK | RF_MASK | NT_MASK); 1309 1309 #else 1310 /* 1310 /* 1311 1311 * We must clear VIP/VIF too on interrupt entry, as otherwise FreeBSD 1312 * gets confused by seeingingly changed EFLAGS. See #3491 and 1312 * gets confused by seeingingly changed EFLAGS. See #3491 and 1313 1313 * public bug #2341. 1314 1314 */ … … 5690 5690 { 5691 5691 CPUX86State *savedenv = env; 5692 #ifdef FORCE_SEGMENT_SYNC 5692 5693 jmp_buf old_buf; 5694 #endif 5693 5695 5694 5696 env = env1;
Note:
See TracChangeset
for help on using the changeset viewer.