X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-darwin-os.c;h=46958cde5a0d4a57935c2856e0cffeb67a2bf997;hb=c75cf4e142aaf9a72433ea6db778d8111a0b1c83;hp=66b49f5e6a2920c1d0e910b6f6d6954b436b385b;hpb=17dc30054799dab20bdab6da296ad6083cdaecd6;p=sbcl.git diff --git a/src/runtime/x86-darwin-os.c b/src/runtime/x86-darwin-os.c index 66b49f5..46958cd 100644 --- a/src/runtime/x86-darwin-os.c +++ b/src/runtime/x86-darwin-os.c @@ -331,11 +331,11 @@ undefined_alien_handler(int signal, siginfo_t *siginfo, void *void_context) { kern_return_t catch_exception_raise(mach_port_t exception_port, - mach_port_t thread, - mach_port_t task, - exception_type_t exception, - exception_data_t code_vector, - mach_msg_type_number_t code_count) + mach_port_t thread, + mach_port_t task, + exception_type_t exception, + exception_data_t code_vector, + mach_msg_type_number_t code_count) { kern_return_t ret; int signal;