| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Sept. 23, 2012, 10 a.m. |
| Message ID | <1348394420-28298-2-git-send-email-stefanha@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/186189/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/target-i386/cpu.c b/target-i386/cpu.c index 423e009..cbc172e 100644 --- a/target-i386/cpu.c +++ b/target-i386/cpu.c @@ -846,7 +846,7 @@ static void x86_cpuid_set_tsc_freq(Object *obj, Visitor *v, void *opaque, { X86CPU *cpu = X86_CPU(obj); const int64_t min = 0; - const int64_t max = INT_MAX; + const int64_t max = INT64_MAX; int64_t value; visit_type_int(v, &value, name, errp);