VirtualBox

Changeset 23218 in vbox for trunk


Ignore:
Timestamp:
Sep 22, 2009 2:22:40 PM (15 years ago)
Author:
vboxsync
Message:

Compile fix

File:
1 edited

Legend:

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

    r23217 r23218  
    258258 */
    259259/** Set to 1 if the task switch was caused by an IRET; else cleared to 0. */
    260 #define SVM_EXIT2_TASK_SWITCH_IRET                  RT_BIT64(36)
     260#define SVM_EXIT2_TASK_SWITCH_IRET                  RT_BIT_64(36)
    261261/** Set to 1 if the task switch was caused by a far jump; else cleared to 0. */
    262 #define SVM_EXIT2_TASK_SWITCH_JMP                   RT_BIT64(38)
     262#define SVM_EXIT2_TASK_SWITCH_JMP                   RT_BIT_64(38)
    263263/** Set to 1 if the task switch has an error code; else cleared to 0. */
    264 #define SVM_EXIT2_TASK_SWITCH_HAS_ERROR_CODE        RT_BIT64(44)
     264#define SVM_EXIT2_TASK_SWITCH_HAS_ERROR_CODE        RT_BIT_64(44)
    265265/** The value of EFLAGS.RF that would be saved in the outgoing TSS if the task switch were not intercepted. */
    266 #define SVM_EXIT2_TASK_SWITCH_EFLAGS_RF             RT_BIT64(48)
     266#define SVM_EXIT2_TASK_SWITCH_EFLAGS_RF             RT_BIT_64(48)
    267267/** @} */
    268268
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