VirtualBox

Changeset 5463 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Oct 24, 2007 3:11:06 AM (17 years ago)
Author:
vboxsync
Message:

Fixed link error. Added an alignment dummy.

Location:
trunk/src/VBox/Runtime/common/time
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/time/timesup.cpp

    r5461 r5463  
    5656    /* .pfnBad        = */ rtTimeNanoTSInternalBitch,
    5757    /* .pfnRediscover = */ rtTimeNanoTSInternalRediscover,
     58    /* .pvDummy       = */ NULL,
    5859    /* .c1nsSteps     = */ 0,
    5960    /* .cExpired      = */ 0,
     
    115116        return rtTimeNanoTSInternalRediscover(pData);
    116117    NOREF(pData);
     118#if defined(IN_RING3) /** @todo Add ring-0 RTTimeSystemNanoTS to all hosts. */
    117119    return RTTimeSystemNanoTS();
     120#else
     121    return 0;
     122#endif
    118123}
    119124
  • trunk/src/VBox/Runtime/common/time/timesupA.asm

    r5461 r5463  
    2828    .pfnBad             RTCCPTR_RES 1
    2929    .pfnRediscover      RTCCPTR_RES 1
     30    .pvDummy            RTCCPTR_RES 1
    3031    .c1nsSteps          resd 1
    3132    .cExpired           resd 1
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