From 87d6910bb859ad06e90549df6e407c3bcb04205e Mon Sep 17 00:00:00 2001 From: Colin Davidson Date: Sun, 19 Feb 2023 20:44:49 -0800 Subject: [PATCH] intrinsics typo --- core/time/tsc_windows.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/time/tsc_windows.odin b/core/time/tsc_windows.odin index 6e8ff8d0a..2a35dd377 100644 --- a/core/time/tsc_windows.odin +++ b/core/time/tsc_windows.odin @@ -2,7 +2,7 @@ //+build windows package time -import "core:instrinsics" +import "core:intrinsics" import win32 "core:sys/windows" _get_tsc_frequency :: proc "contextless" () -> u64 {