VirtualBox

Changeset 491 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 31, 2007 11:26:31 PM (18 years ago)
Author:
vboxsync
Message:

64-bit alignment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevACPI.cpp

    r1 r491  
    3838
    3939/* the compiled DSL */
    40 #ifdef IN_RING3
     40#if defined(IN_RING3) && !defined(VBOX_DEVICE_STRUCT_TESTCASE)
    4141#include <vboxaml.hex>
    4242#endif /* !IN_RING3 */
     
    159159    uint16_t            pm1a_sts;
    160160    uint16_t            pm1a_ctl;
     161    uint16_t            Alignment0;
    161162    int64_t             pm_timer_initial;
    162163    PTMTIMERHC          tsHC;
     
    183184    PDMIACPIPORT        IACPIPort;
    184185    /** Pointer to the device instance. */
    185     PPDMDEVINS          pDevIns;
     186    PPDMDEVINSR3        pDevIns;
    186187    /** Pointer to the driver base interface */
    187     PPDMIBASE          pDrvBase;
     188    R3PTRTYPE(PPDMIBASE) pDrvBase;
    188189    /** Pointer to the driver connector interface */
    189     PPDMIACPICONNECTOR pDrv;
     190    R3PTRTYPE(PPDMIACPICONNECTOR) pDrv;
    190191};
    191192
     
    401402#pragma pack()
    402403
     404
     405#ifndef VBOX_DEVICE_STRUCT_TESTCASE
    403406__BEGIN_DECLS
    404407IO_READ_PROTO  (acpiPMTmrRead);
     
    17481751
    17491752#endif /* IN_RING3 */
     1753#endif /* !VBOX_DEVICE_STRUCT_TESTCASE */
     1754
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