[vlc-devel] commit: PowerPC: reset SIGILL to default handler too ( Rémi Denis-Courmont )

rsr renato1985 at gmail.com
Wed Jan 13 01:34:57 CET 2010


Hi,

I am a free software enthusiast. I own a mac and am trying to learn 
programming. I saw the notice on vlc website about developers for mac 
and was wondering if there was anything I can do to advance my knowledge 
in any way.

Thanks,
Renato


On 1/12/10 5:02 PM, git version control wrote:
> vlc | branch: master | Rémi Denis-Courmont<remi at remlab.net>  | Wed Jan 13 00:02:05 2010 +0200| [9c4f46a63990e9fad33991eb12f90945b36e0bab] | committer: Rémi Denis-Courmont
>
> PowerPC: reset SIGILL to default handler too
>
>    
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c4f46a63990e9fad33991eb12f90945b36e0bab
>>      
> ---
>
>   src/misc/cpu.c |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/misc/cpu.c b/src/misc/cpu.c
> index 11dd5cf..a11a628 100644
> --- a/src/misc/cpu.c
> +++ b/src/misc/cpu.c
> @@ -270,6 +270,7 @@ out:
>       pid_t pid = fork();
>       if( pid == 0 )
>       {
> +        signal(SIGILL, SIG_DFL);
>           asm volatile ("mtspr 256, %0\n\t"
>                         "vand %%v0, %%v0, %%v0"
>                         :
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>    




More information about the vlc-devel mailing list