ntdll: Fix up instruction pointer in context for EXCEPTION_BREAKPOINT on x86_64.
commitd0cc0dd69f029fcd54275784d3edc0f1426fc568
authorSebastian Lackner <sebastian@fds-team.de>
Fri, 19 Feb 2016 02:08:42 +0000 (19 03:08 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 19 Feb 2016 02:20:08 +0000 (19 11:20 +0900)
treec717d897f8bdd0ea855b4ccf3bfcd9c43bb559e4
parent109e847f2ac79a31a4a39eaf854da8ee7c9ac9ed
ntdll: Fix up instruction pointer in context for EXCEPTION_BREAKPOINT on x86_64.

Similar to eab168cf9eaa6ed9f8800b25155d329376f2343f for x86.

Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/signal_x86_64.c
dlls/ntdll/tests/exception.c