VirtualBox

Ignore:
Timestamp:
Jul 24, 2013 10:12:08 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87510
Message:

r0drv/solaris/threadctxhooks: Msg is redundant as the conditional expr. has the necessary info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/solaris/threadctxhooks-r0drv-solaris.c

    r47354 r47364  
    7070    do { \
    7171        AssertPtrReturn((pThis), (rc)); \
    72         AssertMsgReturn((pThis)->u32Magic == RTTHREADCTXINT_MAGIC, ("pThis->u32Magic=%RX32 pThis=%p\n", (pThis)->u32Magic,  \
    73                         (pThis)), (rc));  \
    74         AssertMsgReturn((pThis)->cRefs > 0, ("cRefs is 0! pThis=%p\n", (pThis)), (rc)); \
     72        AssertReturn((pThis)->u32Magic == RTTHREADCTXINT_MAGIC, (rc)); \
     73        AssertReturn((pThis)->cRefs > 0, (rc)); \
    7574    } while (0)
    7675
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette