forked from lthn/blockchain
gcc compilation fixed
This commit is contained in:
parent
c0d9f0f5f0
commit
6d173d7077
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue