VirtualBox

Changeset 10851 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Jul 24, 2008 9:55:45 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33646
Message:

Make sure CPU_RAW_HWACC is set; we might never execute remR3CanExecuteRaw in the AMD-V case.
CPU_RAW_HWACC makes sure we never execute interrupt handlers in the recompiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r10664 r10851  
    729729{
    730730    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;
    731737
    732738    /*
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette