VirtualBox

Changeset 278 in vbox


Ignore:
Timestamp:
Jan 24, 2007 2:44:56 PM (18 years ago)
Author:
vboxsync
Message:

Disable single instruction emulation for iret. Makes no diference.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/EM.cpp

    r273 r278  
    10171017                    return emR3RawExecuteInstruction(pVM, "PATCHIR");
    10181018                }
     1019#if 0 /** @note no noticable change; revisit later when we can emulate iret ourselves. */
    10191020                else
    10201021                if (gcret == VINF_PATM_PENDING_IRQ_AFTER_IRET)
     
    10231024                    return emR3RawExecuteInstruction(pVM, "PATCHIRET");
    10241025                }
     1026#endif
    10251027                return VINF_EM_RESCHEDULE_REM;
    10261028
Note: See TracChangeset for help on using the changeset viewer.

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