]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/exec.h
Update version and changelog for release
[qemu.git] / target-ppc / exec.h
index 0481eb235ca0d53c4b749f4e3f502006fef40f87..ef1e44bda467586591b0c3473d6b111d1a666cd4 100644 (file)
@@ -35,21 +35,21 @@ register struct CPUPPCState *env asm(AREG0);
 #include "softmmu_exec.h"
 #endif /* !defined(CONFIG_USER_ONLY) */
 
-static always_inline void env_to_regs (void)
+static inline void env_to_regs(void)
 {
 }
 
-static always_inline void regs_to_env (void)
+static inline void regs_to_env(void)
 {
 }
 
-static always_inline int cpu_has_work(CPUState *env)
+static inline int cpu_has_work(CPUState *env)
 {
     return (msr_ee && (env->interrupt_request & CPU_INTERRUPT_HARD));
 }
 
 
-static always_inline int cpu_halted (CPUState *env)
+static inline int cpu_halted(CPUState *env)
 {
     if (!env->halted)
         return 0;