]> git.proxmox.com Git - qemu.git/commit - target-i386/helper.c
target-i386: Don't modify env->eflags around cpu_dump_state
authorRichard Henderson <rth@twiddle.net>
Tue, 19 Mar 2013 19:11:56 +0000 (12:11 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 23 Mar 2013 14:30:12 +0000 (14:30 +0000)
commit4980ef9e3e12be3b4ef9092abc2d5a665199b422
treed28f3ed87b87b23c6ca7ac014d53b426f5d9913a
parentc53de1a2896ccc9ab18bb9c2f1a2f7b93629b564
target-i386: Don't modify env->eflags around cpu_dump_state

We can compute the value in cpu_dump_state anyway, and gratuitous
modifications to eflags creates heisenbugs.

Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
cpu-exec.c
target-i386/helper.c