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

Eitan Adler eadler at freebsd.org
Sun Nov 17 18:15:10 UTC 2013


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?


-- 
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams


More information about the svn-src-head mailing list