Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrewh committed Dec 27, 2024
1 parent 7ab41d3 commit 2151321
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/arch/aarch64/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ proc_init_arch(void)
}

#ifndef DR_HOST_NOT_TARGET
# if !defined(MACOS) || \
(defined(MACOS) && defined(AARCH64)) // TODO i#5383: Get this working on Mac. */
get_processor_specific_info();

DOLOG(1, LOG_TOP, {
Expand Down Expand Up @@ -307,7 +305,6 @@ proc_init_arch(void)
cpu_info.features.isa_features[AA64MMFR2]);
LOG_FEATURE(FEATURE_LSE2);
});
# endif
#endif
}

Expand Down

0 comments on commit 2151321

Please sign in to comment.