mirror of
https://github.com/RPCS3/asmjit.git
synced 2026-07-18 18:34:26 -04:00
Don't mark BaseBuilder::dump() as ASMJIT_API
This commit is contained in:
@@ -372,7 +372,7 @@ public:
|
||||
#ifndef ASMJIT_NO_DEPRECATED
|
||||
#ifndef ASMJIT_NO_LOGGING
|
||||
ASMJIT_DEPRECATED("Use Formatter::formatNodeList(sb, formatFlags, builder)")
|
||||
ASMJIT_API Error dump(String& sb, uint32_t formatFlags = 0) const noexcept {
|
||||
inline Error dump(String& sb, uint32_t formatFlags = 0) const noexcept {
|
||||
return Formatter::formatNodeList(sb, formatFlags, this);
|
||||
}
|
||||
#endif // !ASMJIT_NO_LOGGING
|
||||
|
||||
Reference in New Issue
Block a user