VirtualBox

Ignore:
Timestamp:
Nov 4, 2008 9:55:34 PM (16 years ago)
Author:
vboxsync
Message:

#1865: Final VMM cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/gc/initterm-gc.cpp

    r8245 r13813  
    11/* $Id$ */
    22/** @file
    3  * IPRT - Init Guest Context.
     3 * IPRT - Init Raw-mode Context.
    44 */
    55
     
    6464
    6565/**
    66  * Initalizes the guest context runtime library.
     66 * Initializes the raw-mode context runtime library.
    6767 *
    6868 * @returns iprt status code.
     
    7070 * @param   u64ProgramStartNanoTS  The startup timestamp.
    7171 */
    72 RTGCDECL(int) RTGCInit(uint64_t u64ProgramStartNanoTS)
     72RTGCDECL(int) RTRCInit(uint64_t u64ProgramStartNanoTS)
    7373{
    7474    /*
     
    8585
    8686/**
    87  * Terminates the guest context runtime library.
     87 * Terminates the raw-mode context runtime library.
    8888 */
    89 RTGCDECL(void) RTGCTerm(void)
     89RTGCDECL(void) RTRCTerm(void)
    9090{
    9191    /* do nothing */
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