Add signal handlers.

This commit is contained in:
XMRig 2017-06-13 13:20:15 +03:00
parent 2d08f59184
commit 8c2951db2d
6 changed files with 114 additions and 8 deletions

View file

@ -91,7 +91,7 @@ void Cpu::initCommon()
m_l2_cache = data.l2_cache > 0 ? data.l2_cache * m_totalCores * m_sockets : 0;
}
# ifdef __x86_64__
# if defined(__x86_64__) || defined(_M_AMD64)
m_flags |= X86_64;
# endif