VirtualBox

Changeset 483 in vbox for trunk/src


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

64-bit alignment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/apic.c

    r1 r483  
    182182    int count_shift;
    183183    uint32_t initial_count;
     184#ifdef VBOX
     185    uint32_t Alignment0;
     186#endif
    184187    int64_t initial_count_load_time, next_time;
    185188#ifndef VBOX
     
    194197    /** The APIC timer - HC Ptr. */
    195198    PTMTIMERHC      pTimerHC;
     199    /** Pointer to the APIC R0 helpers. */
     200    PCPDMAPICHLPR0  pApicHlpR0;
    196201
    197202    /** GC pointer to the device instance. */
     
    202207    PTMTIMERGC      pTimerGC;
    203208
    204     /** Pointer to the APIC R0 helpers. */
    205     PCPDMAPICHLPR0  pApicHlpR0;
    206 
    207209    /** Number of attempts made to optimize TPR accesses. */
    208210    uint32_t        ulTPRPatchAttempts;
     
    237239    /** Pointer to the IOAPIC R0 helpers. */
    238240    PCPDMIOAPICHLPR0    pIoApicHlpR0;
    239 
     241# if HC_ARCH_BITS == 32
     242    uint32_t            Alignment0;
     243# endif
    240244# ifdef VBOX_WITH_STATISTICS
    241245    STAMCOUNTER StatMMIOReadGC;
     
    253257#endif /* VBOX */
    254258
     259#ifndef VBOX_DEVICE_STRUCT_TESTCASE
    255260#ifndef VBOX
    256261static int apic_io_memory;
     
    20662071
    20672072#endif /* IN_RING3 */
     2073#endif /* !VBOX_DEVICE_STRUCT_TESTCASE */
     2074
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