mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 07:28:13 +00:00
timer/cpus: fix some typos and update some comments
Backports commit 3224e8786fcbe531746f1530c37210c425625213 from qemu
This commit is contained in:
parent
57fff7a94b
commit
cc45b82472
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ int64_t cpu_get_ticks(void)
|
|||
return cpu_get_real_ticks();
|
||||
}
|
||||
|
||||
/* return the host CPU monotonic timer and handle stop/restart */
|
||||
/* return the host CPU monotonic time */
|
||||
int64_t cpu_get_clock(void)
|
||||
{
|
||||
return get_clock();
|
||||
|
|
Loading…
Reference in a new issue