From b081fda7276305597eb6ed550d535a795a632740 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 2 Jun 2008 14:11:20 +0100 Subject: [PATCH] add missing argument to cpu_x86_init --- i386-dm/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i386-dm/cpu.h b/i386-dm/cpu.h index 711512dc..1ba351be 100644 --- a/i386-dm/cpu.h +++ b/i386-dm/cpu.h @@ -81,7 +81,7 @@ typedef struct CPUX86State { CPU_COMMON } CPUX86State; -CPUX86State *cpu_x86_init(void); +CPUX86State *cpu_x86_init(const char *cpu_model); int cpu_x86_exec(CPUX86State *s); void cpu_x86_close(CPUX86State *s); int cpu_get_pic_interrupt(CPUX86State *s); -- 2.39.5