]> Git Repo - qemu.git/commit - target/i386/translate.c
target-i386: Stop encoding DisasContext.mem_index
authorRichard Henderson <[email protected]>
Thu, 31 Oct 2013 05:20:42 +0000 (22:20 -0700)
committerRichard Henderson <[email protected]>
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 <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
target-i386/translate.c
This page took 0.023441 seconds and 4 git commands to generate.