use the correct frequency for the arm tsc timer

This commit is contained in:
Colin Davidson
2025-07-28 15:10:42 -07:00
parent b88f9194d0
commit 1848e0df05
5 changed files with 22 additions and 1 deletions

View File

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