]> git.proxmox.com Git - mirror_qemu.git/commit - target-mips/op_helper.c
target-mips: Pass MIPSCPU to mips_vpe_is_wfi()
authorAndreas Färber <afaerber@suse.de>
Thu, 11 Oct 2012 22:56:35 +0000 (00:56 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 16 Oct 2012 23:32:11 +0000 (01:32 +0200)
commitb35d77d73c0fc0b60c9937471a17d41c6fb32947
treed0eda2e70e8df92bb03e0d32bbb24aa9bdb47d99
parent135dd63a190a084fa5e9f1b4695397016bf0ce5a
target-mips: Pass MIPSCPU to mips_vpe_is_wfi()

Needed for moving halted field to CPUState.
The variable name "c" is retained for MIPSCPU to leave "cpu" for CPUState.

Also change return type to bool while at it.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/op_helper.c