commit | fd460606fd6f356ddcf424558ed67664e8d46eb4 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Tue Apr 29 16:38:31 2014 -0400 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue May 13 13:12:40 2014 +0200 |
tree | 3719b49597c6e83c38b1e561eabad05998dfaa16 | |
parent | 010e639a8dd3848c7994aae288c218c6ea52a819 [diff] |
target-i386: set eflags prior to calling cpu_x86_load_seg_cache() in seg_helper.c The cpu_x86_load_seg_cache() function inspects eflags, so make sure all changes to eflags are done prior to loading the segment caches. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>