VirtualBox

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


Ignore:
Timestamp:
Mar 20, 2012 10:24:36 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76950
Message:

RT_STR_TUPLE: Switch the length and string so it'll work with functions like RTStrAAppendN. VBoxTpG: Parser works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFR3Trace.cpp

    r40413 r40557  
    5252static const struct
    5353{
     54    /** The group name. */
     55    const char *pszName;
     56    /** The name length. */
     57    uint32_t    cchName;
    5458    /** The mask. */
    5559    uint32_t    fMask;
    56     /** The name length. */
    57     uint32_t    cchName;
    58     /** The group name. */
    59     const char *pszName;
    6060}   g_aVmmTpGroups[] =
    6161{
    62     {  VMMTPGROUP_EM,   RT_STR_TUPLE("em") },
    63     {  VMMTPGROUP_HM,   RT_STR_TUPLE("hm") },
    64     {  VMMTPGROUP_TM,   RT_STR_TUPLE("tm") },
     62    {  RT_STR_TUPLE("em"), VMMTPGROUP_EM },
     63    {  RT_STR_TUPLE("hm"), VMMTPGROUP_HM },
     64    {  RT_STR_TUPLE("tm"), VMMTPGROUP_TM },
    6565};
    6666
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