OSDN Git Service

target-i386: Rewrite leave
authorRichard Henderson <rth@twiddle.net>
Thu, 17 Dec 2015 19:19:24 +0000 (11:19 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 9 Feb 2016 14:46:54 +0000 (15:46 +0100)
commit2045f04c3ae030bda650f84035f114bbd84909a9
treea869479a6ac714dd521a270129494a7202d1c4bd
parent743e398e2fbf2f7183bf7a53c9d011fabcaa1770
target-i386: Rewrite leave

Unify the code across stack pointer widths.  Fix the note about
not updating ESP before the potential exception.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Message-Id: <1450379966-28198-9-git-send-email-rth@twiddle.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-i386/translate.c