svn commit: r258250 - head/sys/powerpc/fpu

Nathan Whitehorn nwhitehorn at freebsd.org
Sun Nov 17 18:16:26 UTC 2013


On 11/17/13 12:14, Eitan Adler wrote:
> On Sun, Nov 17, 2013 at 12:03 AM, Nathan Whitehorn
> <nwhitehorn at freebsd.org> wrote:
>> Modified: head/sys/powerpc/fpu/fpu_explode.c
>> ==============================================================================
>> --- head/sys/powerpc/fpu/fpu_explode.c  Sun Nov 17 03:11:36 2013        (r258249)
>> +++ head/sys/powerpc/fpu/fpu_explode.c  Sun Nov 17 05:03:15 2013        (r258250)
>> @@ -235,6 +235,7 @@ fpu_explode(struct fpemu *fe, struct fpn
>>                  s = fpu_dtof(fp, s, space[1]);
>>                  break;
>>
>> +       default:
>>                  panic("fpu_explode");
>>                  panic("fpu_explode: invalid type %d", type);
>>          }
> Why are there two panic calls here?
>
>
That's a fascinating question. This code was ... interesting. I'll get 
rid of the first useless one. Thanks!
-Nathan


More information about the svn-src-all mailing list