]> xenbits.xensource.com Git - qemu-xen.git/commit
target-i386: emulate LOCK'ed NEG using cmpxchg helper
authorEmilio G. Cota <cota@braap.org>
Mon, 27 Jun 2016 19:02:01 +0000 (15:02 -0400)
committerRichard Henderson <rth@twiddle.net>
Wed, 26 Oct 2016 15:29:01 +0000 (08:29 -0700)
commit8eb8c7385608b99bed6055a22d897ff727a6cb8e
tree059c95caf491c7c72ceb0e69fe55bf950d6a1a17
parent2a5fe8ae145ef7a3ab480922116d27efcc97b85d
target-i386: emulate LOCK'ed NEG using cmpxchg helper

[rth: Move redundant qemu_load out of cmpxchg loop.]

Signed-off-by: Emilio G. Cota <cota@braap.org>
Message-Id: <1467054136-10430-16-git-send-email-cota@braap.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-i386/translate.c