VirtualBox

Changeset 11214 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 7, 2008 5:12:06 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
34265
Message:

build fix

Location:
trunk/src/VBox/Devices
Files:
2 edited

Legend:

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

    r11213 r11214  
    5454#include <iprt/assert.h>
    5555#include <iprt/string.h>
     56
     57#include "Builtins.h"
    5658
    5759struct RTCState;
  • trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp

    r11199 r11214  
    511511    GEN_CHECK_OFF(RTCState, current_tm.tm_yday);
    512512    GEN_CHECK_OFF(RTCState, irq);
    513     GEN_CHECK_OFF(RTCState, pPeriodicTimerHC);
    514     GEN_CHECK_OFF(RTCState, pPeriodicTimerGC);
     513    GEN_CHECK_OFF(RTCState, pPeriodicTimerR0);
     514    GEN_CHECK_OFF(RTCState, pPeriodicTimerR3);
     515    GEN_CHECK_OFF(RTCState, pPeriodicTimerRC);
    515516    GEN_CHECK_OFF(RTCState, next_periodic_time);
    516517    GEN_CHECK_OFF(RTCState, next_second_time);
    517     GEN_CHECK_OFF(RTCState, pSecondTimerHC);
    518     GEN_CHECK_OFF(RTCState, pSecondTimerGC);
    519     GEN_CHECK_OFF(RTCState, pSecondTimer2HC);
    520     GEN_CHECK_OFF(RTCState, pSecondTimer2GC);
    521     GEN_CHECK_OFF(RTCState, pDevInsHC);
    522     GEN_CHECK_OFF(RTCState, pDevInsGC);
     518    GEN_CHECK_OFF(RTCState, pSecondTimerR0);
     519    GEN_CHECK_OFF(RTCState, pSecondTimerR3);
     520    GEN_CHECK_OFF(RTCState, pSecondTimerRC);
     521    GEN_CHECK_OFF(RTCState, pSecondTimer2R0);
     522    GEN_CHECK_OFF(RTCState, pSecondTimer2R3);
     523    GEN_CHECK_OFF(RTCState, pSecondTimer2RC);
     524    GEN_CHECK_OFF(RTCState, pDevInsR0);
     525    GEN_CHECK_OFF(RTCState, pDevInsR3);
     526    GEN_CHECK_OFF(RTCState, pDevInsRC);
    523527    GEN_CHECK_OFF(RTCState, fUTC);
    524528    GEN_CHECK_OFF(RTCState, RtcReg);
    525     GEN_CHECK_OFF(RTCState, pRtcHlpHC);
     529    GEN_CHECK_OFF(RTCState, pRtcHlpR3);
    526530
    527531    /* PC/apic.c */
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