]> Git Repo - qemu.git/blobdiff - target-i386/cpu.h
target-i386: fix Coverity complaints about overflows
[qemu.git] / target-i386 / cpu.h
index 1b2c12ad9465ecc47921272206eb9fc3416e9437..015f5b5276298ecdb3b90c538d0f507bd575fcbb 100644 (file)
@@ -1104,7 +1104,7 @@ static inline void cpu_x86_load_seg_cache(CPUX86State *env,
 }
 
 static inline void cpu_x86_load_seg_cache_sipi(X86CPU *cpu,
-                                               int sipi_vector)
+                                               uint8_t sipi_vector)
 {
     CPUState *cs = CPU(cpu);
     CPUX86State *env = &cpu->env;
This page took 0.023821 seconds and 4 git commands to generate.