target-i386: Stop encoding DisasContext.mem_index
authorRichard Henderson <rth@twiddle.net>
Thu, 31 Oct 2013 05:20:42 +0000 (22:20 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 7 Jan 2014 19:05:45 +0000 (11:05 -0800)
commit5c42a7cd983e2fee3a63c39c5c5e98a8face463c
treef69bce35ec2c24b3248e99280642ea23451abcee
parent323d18769ead123501bd4c51a9af820e846cf1d3
target-i386: Stop encoding DisasContext.mem_index

Now that we don't combine mem_index with operand size info,
we don't need to encode it.  Which tidies many places that
access it.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-i386/translate.c