]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.h
target-i386: set CC_OP to CC_OP_EFLAGS in cpu_load_eflags
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 14 May 2014 14:47:48 +0000 (16:47 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 21 May 2014 16:02:08 +0000 (18:02 +0200)
commit28fb26f19ffa675ac8cc08a355e5b01cc194aa5e
treeb2546f446b4cf0dc60932e7938ceae1e572289ed
parent7125c937c97d9ec4a41b3cb6d1b3e805ec53e255
target-i386: set CC_OP to CC_OP_EFLAGS in cpu_load_eflags

There is no reason to keep that out of the function.  The comment refers
to the disassembler's cc_op state rather than the CPUState field.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-i386/cpu.h
target-i386/seg_helper.c
target-i386/smm_helper.c
target-i386/svm_helper.c