target-i386: Deconstruct the cpu_T array
commit1d1cc4d0f481b2939c7e9f6606e571b2fc81971a
authorRichard Henderson <rth@twiddle.net>
Thu, 9 Jul 2015 07:15:22 +0000 (9 08:15 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 9 Feb 2016 14:46:54 +0000 (9 15:46 +0100)
tree3c1f45201e06c8cbf9e662de0f577211315464e4
parent4e85057b92d214decf10045d3d4faa2faf33d100
target-i386: Deconstruct the cpu_T array

All references to cpu_T are done with a constant index.  It aids
readability to decompose the array into two scalar variables.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Message-Id: <1436426122-12276-11-git-send-email-rth@twiddle.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-i386/translate.c