diff options
| author | Colin Davidson <colrdavidson@gmail.com> | 2025-07-28 15:10:42 -0700 |
|---|---|---|
| committer | Colin Davidson <colrdavidson@gmail.com> | 2025-07-28 15:10:42 -0700 |
| commit | 1848e0df05a14679d49e5b87988fa6c7b609739b (patch) | |
| tree | 77df5918a4d42989a0a256cfeb8e16261ec0d5ef /src/check_builtin.cpp | |
| parent | b88f9194d0d25bd5121f45eb3696b0e1725dfd41 (diff) | |
use the correct frequency for the arm tsc timer
Diffstat (limited to 'src/check_builtin.cpp')
| -rw-r--r-- | src/check_builtin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/check_builtin.cpp b/src/check_builtin.cpp index 58fa44ec9..e9da79932 100644 --- a/src/check_builtin.cpp +++ b/src/check_builtin.cpp @@ -4713,6 +4713,7 @@ gb_internal bool check_builtin_procedure(CheckerContext *c, Operand *operand, As } break; + case BuiltinProc_arm64_read_cycle_counter_frequency: case BuiltinProc_read_cycle_counter: operand->mode = Addressing_Value; operand->type = t_i64; |