From 325e19d19ff9e1fc9c6acb12eeb754563fc2e251 Mon Sep 17 00:00:00 2001 From: Bhanu Chetlapalli Date: Tue, 31 Jan 2012 16:26:04 -0800 Subject: [MIPS] Tweak MIPS support to work in Android qemu framework Change-Id: Icd617cb91fe87a6f88566dd57b6405b216ca3570 Signed-off-by: Chris Dearman --- hw/mips_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw') diff --git a/hw/mips_timer.c b/hw/mips_timer.c index bb3c3e4..6bae90b 100644 --- a/hw/mips_timer.c +++ b/hw/mips_timer.c @@ -103,7 +103,7 @@ static void mips_timer_cb (void *opaque) void cpu_mips_clock_init (CPUState *env) { - env->timer = qemu_new_timer(vm_clock, &mips_timer_cb, env); + env->timer = qemu_new_timer_ns(vm_clock, &mips_timer_cb, env); env->CP0_Compare = 0; cpu_mips_store_count(env, 1); } -- cgit v1.1