target-i386: make cpu_x86_fill_host() void
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 24 Oct 2012 21:44:05 +0000 (19:44 -0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 31 Oct 2012 01:39:53 +0000 (23:39 -0200)
commit1aefc6b8cbe66e5adb3e6b160f6790171e0a7785
tree3f887f3635188e16fb86608f679fa8d3cb340a5b
parenta0dac021fa4b8b87160192c1f60ee26fc6c5ce2e
target-i386: make cpu_x86_fill_host() void

The return value of that function is always 0, and is always ignored.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
target-i386/cpu.c