| Submitter | Michael Tokarev |
|---|---|
| Date | Feb. 4, 2013, 10:40 a.m. |
| Message ID | <1359974470-17044-27-git-send-email-mjt@msgid.tls.msk.ru> |
| Download | mbox | patch |
| Permalink | /patch/217853/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/target-i386/cpu.c b/target-i386/cpu.c index 388bc5c..c8be016 100644 --- a/target-i386/cpu.c +++ b/target-i386/cpu.c @@ -878,7 +878,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);