Skip to content

Commit

Permalink
Merge pull request #772 from brad0/arm64_build
Browse files Browse the repository at this point in the history
Use proper symbol name checking for arm64
  • Loading branch information
thor2016 authored Dec 8, 2024
2 parents e315b06 + f803006 commit fe65681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/timeStamp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

static uint64_t rdtsc()
{
#if defined(__arm64__) || defined(__arm__)
#if defined(__aarch64__) || defined(__arm__)
// SPDX-License-Identifier: GPL-2.0
uint64_t val = 0;

Expand Down

0 comments on commit fe65681

Please sign in to comment.