]> Git Repo - qemu.git/commit
Fix build on !KVM_CAP_MCE
authorHidetoshi Seto <[email protected]>
Thu, 21 Oct 2010 08:23:14 +0000 (17:23 +0900)
committerMarcelo Tosatti <[email protected]>
Thu, 21 Oct 2010 15:12:14 +0000 (13:12 -0200)
commitd8da8574b167144d1868f343514dfb88716e2edb
treedb80136f3065af22cb6bdc2af28919376b787f1d
parentf71ac88fe97620f9cc80facc5e00826b8256fe5d
Fix build on !KVM_CAP_MCE

This patch removes following warnings:

target-i386/kvm.c: In function 'kvm_put_msrs':
target-i386/kvm.c:782: error: unused variable 'i'
target-i386/kvm.c: In function 'kvm_get_msrs':
target-i386/kvm.c:1083: error: label at end of compound statement

Signed-off-by: Hidetoshi Seto <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
target-i386/kvm.c
This page took 0.024435 seconds and 4 git commands to generate.