commit | 9d74191ab1ea857d1cc27e439316eebf8ae46d19 | [log] [tgz] |
---|---|---|
author | Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> | Sun May 29 21:53:48 2011 +0900 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 13:15:57 2011 +0300 |
tree | aed0f1486f410231366c96047a8cc8267b5e4468 | |
parent | 55399a02e90fdc6cd45165b2df5dd97b7c3f018f [diff] |
KVM: x86 emulator: Use the pointers ctxt and c consistently We should use the local variables ctxt and c when the emulate_ctxt and decode appears many times. At least, we need to be consistent about how we use these in a function. Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>