diff options
Diffstat (limited to 'target-ia64/op_helper.c')
-rw-r--r-- | target-ia64/op_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ia64/op_helper.c b/target-ia64/op_helper.c index 1b8226a64..5138af502 100644 --- a/target-ia64/op_helper.c +++ b/target-ia64/op_helper.c @@ -26,7 +26,7 @@ extern int kvm_allowed; -CPUState *cpu_ia64_init(void){ +CPUState *cpu_ia64_init(char *cpu_model){ CPUState *env; env = qemu_mallocz(sizeof(CPUState)); if (!env) |