target-i386: Ensure bit 10 on DR7 is never cleared
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 8 Oct 2015 20:10:27 +0000 (17:10 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 23 Oct 2015 14:59:27 +0000 (12:59 -0200)
commit9055330ffbf5ca85f024c29874799d9c8bd17aa9
tree822b261193f7a3242e8c6845ced0ef8abde918aa
parent36eb6e096729f9aade3a6af7dbe4d0a990335d7e
target-i386: Ensure bit 10 on DR7 is never cleared

Bit 10 of DR7 is documented as always set to 1, so ensure that's
always the case.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target-i386/bpt_helper.c