]> git.proxmox.com Git - mirror_qemu.git/commit
target-i386: tweak handling of PG_NX_MASK
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Apr 2014 06:04:18 +0000 (08:04 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 5 Jun 2014 14:10:34 +0000 (16:10 +0200)
commit870a706735e8dc18c331bce0cdad2fe71c21ef2e
treee2ce54cb41381706b2c91f6dd5613c03a2503584
parent7c8225600648fa0b56135547844f1e529350510a
target-i386: tweak handling of PG_NX_MASK

Remove the tail of the PAE case, so that we can use "goto" in the
next patch to jump to the protection checks.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-i386/helper.c