target/i386: move x86_64_hregs to DisasContext
commit1dbe15ef57abdf7b6a26c8e638abf6413a4b9d0c
authorEmilio G. Cota <cota@braap.org>
Tue, 11 Sep 2018 20:07:54 +0000 (11 16:07 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 2 Oct 2018 17:08:50 +0000 (2 19:08 +0200)
tree4b5de21f834f34b88a245fee8de7ac8a0bf76b03
parent776678b2961848a80387509c433dc04b0f761592
target/i386: move x86_64_hregs to DisasContext

And convert it to a bool to use an existing hole
in the struct.

Signed-off-by: Emilio G. Cota <cota@braap.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/translate.c