VirtualBox

Changeset 8961 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 20, 2008 2:51:33 PM (17 years ago)
Author:
vboxsync
Message:

Fixed amd64 debug builds. Added some TODOs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r8953 r8961  
    10881088
    10891089/**
    1090  * Override this so we can push
     1090 * Override this so we can push it up to ring-3.
    10911091 *
    10921092 * @param   pszExpr     Expression. Can be NULL.
     
    10941094 * @param   pszFile     Location file name.
    10951095 * @param   pszFunction Location function name.
    1096  * @remark  This API exists in HC Ring-3 and GC.
    10971096 */
    10981097DECLEXPORT(void) RTCALL AssertMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction)
     
    11121111
    11131112/**
    1114  * Callback for RTLogFormatV which writes to the com port.
     1113 * Callback for RTLogFormatV which writes to the ring-3 log port.
    11151114 * See PFNLOGOUTPUT() for details.
    11161115 */
     
    11191118    for (size_t i = 0; i < cbChars; i++)
    11201119    {
    1121         LogAlways(("%c", pachChars[i])); /** @todo this isn't any release logging in ring-0 from what I can tell... */
    11221120#ifndef DEBUG_sandervl
    11231121        SUPR0Printf("%c", pachChars[i]);
    11241122#endif
     1123        LogAlways(("%c", pachChars[i]));
    11251124    }
    11261125
     
    11311130DECLEXPORT(void) RTCALL AssertMsg2(const char *pszFormat, ...)
    11321131{
    1133     PRTLOGGER pLog = RTLogDefaultInstance();
     1132    PRTLOGGER pLog = RTLogDefaultInstance(); /** @todo we want this for release as well! */
    11341133    if (pLog)
    11351134    {
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