VirtualBox

Changeset 485 in vbox for trunk/src


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

64-bit alignment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPit-i8254.cpp

    r1 r485  
    130130    /** Pointer to the device instance. */
    131131    HCPTRTYPE(PPDMDEVINS)   pDevIns;
     132#if HC_ARCH_BITS == 32
     133    uint32_t                Alignment0;
     134#endif
    132135    /** Number of IRQs that's been raised. */
    133136    STAMCOUNTER             StatPITIrq;
     
    141144
    142145
     146#ifndef VBOX_DEVICE_STRUCT_TESTCASE
    143147/*******************************************************************************
    144148*   Internal Functions                                                         *
     
    10941098
    10951099#endif /* IN_RING3 */
    1096 
     1100#endif /* !VBOX_DEVICE_STRUCT_TESTCASE */
     1101
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