VirtualBox

Changeset 103852 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Mar 14, 2024 1:06:27 PM (9 months ago)
Author:
vboxsync
Message:

Move iemTbFlagsToString() to be accessible to both callers [symbol visibility fix], bugref:9898

File:
1 edited

Legend:

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

    r103847 r103852  
    12841284 * @param   cbBuf   The output buffer size.  At least 32 bytes.
    12851285 */
    1286 DECLEXPORT(const char *) iemTbFlagsToString(uint32_t fFlags, char *pszBuf, size_t cbBuf) RT_NOEXCEPT
     1286DECLHIDDEN(const char *) iemTbFlagsToString(uint32_t fFlags, char *pszBuf, size_t cbBuf) RT_NOEXCEPT
    12871287{
    12881288    Assert(cbBuf >= 32);
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