commit | 0e4176a15f9af494ad098cb5a76bcfa17e14282b | [log] [tgz] |
---|---|---|
author | Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> | Fri Feb 12 16:00:55 2010 +0900 |
committer | Avi Kivity <avi@redhat.com> | Sun Apr 25 12:27:50 2010 +0300 |
tree | cc32c365e0fa24f9b09bd64e52ea3ea276c2c20a | |
parent | 1b30eaa84609031c06e417eafd5b68f45e4266f7 [diff] |
KVM: x86 emulator: Fix x86_emulate_insn() not to use the variable rc for non-X86EMUL values This patch makes non-X86EMUL_* family functions not to use the variable rc. Be sure that this changes nothing but makes the purpose of the variable rc clearer. Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> Signed-off-by: Avi Kivity <avi@redhat.com>