Alexandre Julliard : ntdll: Move NtRaiseException and RtlUnwind implementations to the CPU-specific files .
Module: wine Branch: master Commit: c5a57e7d13d604898f8cddeed3b6d2bfd44b68df URL: http://source.winehq.org/git/wine.git/?a=commit;h=c5a57e7d13d604898f8cddeed3... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Apr 30 13:08:32 2009 +0200 ntdll: Move NtRaiseException and RtlUnwind implementations to the CPU-specific files. --- dlls/ntdll/exception.c | 315 +------------------------------------------ dlls/ntdll/ntdll_misc.h | 3 +- dlls/ntdll/signal_i386.c | 242 +++++++++++++++++++++++++++++++++ dlls/ntdll/signal_powerpc.c | 101 ++++++++++++++ dlls/ntdll/signal_sparc.c | 100 ++++++++++++++ dlls/ntdll/signal_x86_64.c | 127 +++++++++++++++++ 6 files changed, 574 insertions(+), 314 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c5a57e7d13d604898f8cdd...
participants (1)
-
Alexandre Julliard