diff options
Diffstat (limited to 'target/s390x/s390x-internal.h')
| -rw-r--r-- | target/s390x/s390x-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/s390x/s390x-internal.h b/target/s390x/s390x-internal.h index 145e472edf..56cce2e7f5 100644 --- a/target/s390x/s390x-internal.h +++ b/target/s390x/s390x-internal.h @@ -239,7 +239,7 @@ uint32_t calc_cc(CPUS390XState *env, uint32_t cc_op, uint64_t src, uint64_t dst, /* cpu.c */ #ifndef CONFIG_USER_ONLY unsigned int s390_count_running_cpus(void); -unsigned int s390_cpu_halt(S390CPU *cpu); +void s390_cpu_halt(S390CPU *cpu); void s390_cpu_unhalt(S390CPU *cpu); void s390_cpu_system_init(Object *obj); bool s390_cpu_system_realize(DeviceState *dev, Error **errp); |