Fix host_cpuid() on i386
commitb956edc292715daca03a9af8651da4755438e07f
authorAvi Kivity <avi@redhat.com>
Wed, 18 Feb 2009 14:49:20 +0000 (18 14:49 +0000)
committerAvi Kivity <avi@redhat.com>
Wed, 18 Feb 2009 14:49:20 +0000 (18 14:49 +0000)
tree2a425d145dbef8152a50022e4e7662ebfb41fcab
parent16cc5d9c8f818822157de5123b1584df7cb90bf4
Fix host_cpuid() on i386

The addition of the ecx parameter broke cpuid on i386 as the constraints
changed.

Signed-off-by: Avi Kivity <avi@redhat.com>
target-i386/helper.c