On 12/8/20 12:15 PM, Peter Maydell wrote: > Currently the MIPS code uses the old clock_get_ns() API to > calculate a time length in nanoseconds: > cpu->cp0_count_rate * clock_get_ns(MIPS_CPU(cpu)->clock) > > This relies on the clock having a period which is an exact number > of nanoseconds. > > Switch to the new clock_ticks_to_ns() function, which does the > multiplication internally at a higher precision. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/mips/cpu.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~