mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
copy-paste typo fix
This commit is contained in:
@@ -6,7 +6,7 @@ import linux "core:sys/linux"
|
||||
|
||||
_get_tsc_frequency :: proc "contextless" () -> (u64, bool) {
|
||||
if ODIN_ARCH == .arm64 {
|
||||
freq = u64(intrinsics.arm64_read_cycle_counter_frequency())
|
||||
frequency := u64(intrinsics.arm64_read_cycle_counter_frequency())
|
||||
return frequency, true
|
||||
} else {
|
||||
// Get the file descriptor for the perf mapping
|
||||
|
||||
Reference in New Issue
Block a user