1
0
Fork 0
forked from lthn/blockchain

gcc compilation fixed

This commit is contained in:
sowle 2019-08-29 12:28:05 +03:00
parent c0d9f0f5f0
commit 6d173d7077
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -13,7 +13,7 @@ namespace tools
inline std::string get_callstack()
{
#if defined(__GNUC__)
return epee::misc_utils::print_trace();
return epee::misc_utils::print_trace_default();
#elif defined(WIN32)
return get_callstack_win_x64();
#else