VirtualBox

Changeset 11155 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Aug 5, 2008 11:00:44 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
34145
Message:

TMTimerRCPtr and some types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/TMAll.cpp

    r8155 r11155  
    362362
    363363/**
    364  * Gets the GC pointer of the timer.
    365  *
    366  * @returns GC pointer.
     364 * Gets the RC pointer of the timer.
     365 *
     366 * @returns RC pointer.
    367367 * @param   pTimer      Timer handle as returned by one of the create functions.
    368368 */
    369 TMDECL(PTMTIMERGC) TMTimerGCPtr(PTMTIMER pTimer)
    370 {
    371     return (PTMTIMERGC)MMHyperCCToGC(pTimer->CTXALLSUFF(pVM), pTimer);
     369TMDECL(PTMTIMERRC) TMTimerRCPtr(PTMTIMER pTimer)
     370{
     371    return (PTMTIMERRC)MMHyperCCToRC(pTimer->CTXALLSUFF(pVM), pTimer);
    372372}
    373373
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