copy-paste typo fix

This commit is contained in:
Colin Davidson
2025-07-28 16:34:53 -07:00
parent 1a9b128bfc
commit b5629aeed9

View File

@@ -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