VirtualBox

Changeset 20743 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 21, 2009 3:43:03 PM (16 years ago)
Author:
vboxsync
Message:

VBox/err.h: Removed VINF_SVM_PREEMPT_PENDING and VINF_VMX_PREEMPT_PENDING as they are unused and breaks tstErrUnique.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r20670 r20743  
    13061306/** Unexpected interruption exit code. */
    13071307#define VERR_VMX_UNEXPECTED_INTERRUPTION_EXIT_CODE  (-4017)
    1308 /** Running for too long, return to ring 3. */
    1309 #define VINF_VMX_PREEMPT_PENDING                    (4018)
    13101308/** @} */
    13111309
     
    13221320/** SVM CPU extension disabled (by BIOS). */
    13231321#define VERR_SVM_DISABLED                           (-4053)
    1324 /** Running for too long, return to ring 3. */
    1325 #define VINF_SVM_PREEMPT_PENDING                    VINF_VMX_PREEMPT_PENDING
    13261322/** @} */
    13271323
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