Add signal handlers.
This commit is contained in:
parent
2d08f59184
commit
8c2951db2d
6 changed files with 114 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue