Changeset 10851 in vbox for trunk/src/recompiler
- Timestamp:
- Jul 24, 2008 9:55:45 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33646
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r10664 r10851 729 729 { 730 730 Log2(("REMR3EmulateInstruction: (cs:eip=%04x:%08x)\n", CPUMGetGuestCS(pVM), CPUMGetGuestEIP(pVM))); 731 732 /* Make sure this flag is set; we might never execute remR3CanExecuteRaw in the AMD-V case. 733 * CPU_RAW_HWACC makes sure we never execute interrupt handlers in the recompiler. 734 */ 735 if (HWACCMIsEnabled(pVM)) 736 pVM->rem.s.Env.state |= CPU_RAW_HWACC; 731 737 732 738 /*
Note:
See TracChangeset
for help on using the changeset viewer.