ntdll: Fix ExceptionAddress for FPU exceptions.
authorHenri Verbeet <hverbeet@gmail.com>
Sun, 4 Jan 2009 19:38:57 +0000 (20:38 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 5 Jan 2009 11:34:33 +0000 (12:34 +0100)
commit5e418a907208f62a2b1f68da483a8137568f4a1e
treee1c7fbd1f1d0ef057ac3cd883473c5057aeb8f24
parentf4d7369ba31f9ee12508f33884d2523bf6871d59
ntdll: Fix ExceptionAddress for FPU exceptions.

ExceptionAddress isn't the same as EIP for FPU exceptions, since the
exception will be thrown on the next FPU instruction, rather than the
instruction that caused the exception.
dlls/ntdll/signal_i386.c