VirtualBox

Ignore:
Timestamp:
Mar 1, 2011 4:49:42 PM (14 years ago)
Author:
vboxsync
Message:

recompiler: Removing traces of attempts at making the recompiler compile with the microsoft compiler. (untested)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/target-i386/svm.h

    r17040 r36125  
    131131#define SVM_CR0_SELECTIVE_MASK (1 << 3 | 1) /* TS and MP */
    132132
    133 #ifndef VBOX
    134133struct __attribute__ ((__packed__)) vmcb_control_area {
    135 #else
    136 PACKED_STRUCT(vmcb_control_area) {
    137 #endif /* VBOX */
    138134        uint16_t intercept_cr_read;
    139135        uint16_t intercept_cr_write;
     
    167163};
    168164
    169 #ifndef VBOX
    170165struct __attribute__ ((__packed__)) vmcb_seg {
    171 #else
    172 PACKED_STRUCT(vmcb_seg) {
    173 #endif
    174166        uint16_t selector;
    175167        uint16_t attrib;
     
    178170};
    179171
    180 #ifndef VBOX
    181172struct __attribute__ ((__packed__)) vmcb_save_area {
    182 #else
    183 PACKED_STRUCT(vmcb_save_area) {
    184 #endif
    185173        struct vmcb_seg es;
    186174        struct vmcb_seg cs;
     
    227215};
    228216
    229 #ifndef VBOX
    230217struct __attribute__ ((__packed__)) vmcb {
    231 #else
    232 PACKED_STRUCT(vmcb) {
    233 #endif
    234218        struct vmcb_control_area control;
    235219        struct vmcb_save_area save;
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