ntdll: Fix debug exceptions from VM86.
commite748a77e1ae75d828c4340733f2f1107ec6ac2d2
authorPetr Tesarik <hat@tesarici.cz>
Mon, 27 Mar 2006 08:12:02 +0000 (27 10:12 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 27 Mar 2006 09:30:50 +0000 (27 11:30 +0200)
treef82af7cb2170a5196dbd7dd9b01a2c75d01d589f
parent2fb1ac86119510764a8bf8ab92a4618c53a87be3
ntdll: Fix debug exceptions from VM86.

- Set ContextFlags accordingly in save_vm86_context().
- Raise debug exceptions correctly for debug exceptions.
- Do not clear TF bit for VM86-generated debug exceptions.
dlls/ntdll/signal_i386.c