On 14/05/21 17:13, Richard Henderson wrote:
For i386-linux-user, we can enter vm86 mode via the vm86(2) syscall.
That syscall explicitly returns to 32-bit mode, and the syscall does
not exist for a 64-bit x86_64 executable.

Since we're adding an accessor macro, pull the value directly out of
flags otherwise.

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  target/i386/tcg/translate.c | 40 ++++++++++++++++++++-----------------
  1 file changed, 22 insertions(+), 18 deletions(-)


Reviewed-by: Paolo Bonzini <pbonz...@redhat.com>


Reply via email to