VirtualBox

Changeset 11245 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 8, 2008 1:22:37 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
34322
Message:

DevRTC: alignment correction.

File:
1 edited

Legend:

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

    r11244 r11245  
    134134    struct my_tm current_tm;
    135135    int32_t irq;
    136     uint32_t alignment0;
    137 
     136    /** Use UTC or local time initially. */
     137    bool fUTC;
    138138    /* periodic timer */
    139139    int64_t next_periodic_time;
     
    172172    /** The RTC device helpers. */
    173173    R3PTRTYPE(PCPDMRTCHLP) pRtcHlpR3;
    174     /** Use UTC or local time initially. */
    175     bool fUTC;
    176174    /** Number of release log entries. Used to prevent flooding. */
    177175    uint32_t cRelLogEntries;
    178176    /** The current/previous timer period. Used to prevent flooding changes. */
    179177    int32_t CurPeriod;
    180 
    181     uint32_t alignment1;
    182178};
    183179
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