Merge pull request #772 from brad0/arm64_build
Use proper symbol name checking for arm64
This commit is contained in:
commit
fe65681012
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
static uint64_t rdtsc()
|
static uint64_t rdtsc()
|
||||||
{
|
{
|
||||||
#if defined(__arm64__) || defined(__arm__)
|
#if defined(__aarch64__) || defined(__arm__)
|
||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
uint64_t val = 0;
|
uint64_t val = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue