Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 9509a1a

Browse files
maxhatonn8sh
andcommitted
Update src/core/sys/linux/perf_event.d
Version specifier was incorrect for 64 bit arm Co-authored-by: Nathan Sashihara <21227491+n8sh@users.noreply.github.com>
1 parent 484442a commit 9509a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/sys/linux/perf_event.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ else version (ARM)
2626
{
2727
enum __NR_perf_event_open = 364;
2828
}
29-
else version (ARM64)
29+
else version (AArch64)
3030
{
3131
enum __NR_perf_event_open = 241;
3232
}

0 commit comments

Comments
 (0)