]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-arm/cpu.h
tb: consistently use uint32_t for tb->flags
[mirror_qemu.git] / target-arm / cpu.h
index 066ff678dcbae72c1221a028ca53cff315d8cab7..9deef86786fbd760dbc9e621298ec5674ed693f6 100644 (file)
@@ -2117,7 +2117,7 @@ static inline bool arm_cpu_bswap_data(CPUARMState *env)
 #endif
 
 static inline void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc,
-                                        target_ulong *cs_base, int *flags)
+                                        target_ulong *cs_base, uint32_t *flags)
 {
     if (is_a64(env)) {
         *pc = env->pc;