From owner-svn-src-head@FreeBSD.ORG Sun Nov 17 18:15:10 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84996548 for ; Sun, 17 Nov 2013 18:15:10 +0000 (UTC) Received: from mail-qc0-x229.google.com (mail-qc0-x229.google.com [IPv6:2607:f8b0:400d:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 410922B88 for ; Sun, 17 Nov 2013 18:15:10 +0000 (UTC) Received: by mail-qc0-f169.google.com with SMTP id u18so3352772qcx.0 for ; Sun, 17 Nov 2013 10:15:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=eSdvKQFUmShU2dixzwUpcWdE0laLhB7iyxs60ZeWIjM=; b=G4O1J0azTCPSgQWvrQqUEjvbChMsPPuLPOP8wqQbYSj91hqCSTy/5bPEF8fngr5IvD /AJSFK4g8r2g7d5jvLuyoQ8T+UrJaFTml4CX4iZ1vfpqTcBFiua6mN4PsUX8X3mA8CVM JwoZTVhYOn2m4ayk/BYtXLtttfl2hPOCwbBvQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=eSdvKQFUmShU2dixzwUpcWdE0laLhB7iyxs60ZeWIjM=; b=mZKTUkNJj2uPlLvtcorejF3aiw2SKPvZm2WF7upTavNFHXBqBUPC5EX3ijbwzcLLQA OQCce1H5g7W2/IRP+5D9ONBIT+4vbcNhvfSwl5004nAiDz+Kv+40Wx/P8xqJ1ht8IEuD PqNR5xvYBdFjWZ3xdnoY/m1hAwRWl/cReVRlpKXN/pR5Y3pkHH0JrMHXcsXRzragZ9wx XMTI9W43F98pNmI0+T+F0fE4owO4Zc0fVHij1dEYgSD5H5GN9h/l6s3msTXDUlOPEDib 5q6eiyF12jMLGJVT++lyOPzG3Cdpr1oB6Zxhu+CFNfIdvKRgCwYxnYi1RxJZElZk7Zwh h+HQ== X-Gm-Message-State: ALoCoQl2xAujLdhpmVO9uCG/4TMuPD96V+0iihfU4djh0E3mwi4Z6swgH4fFjXpn2r4b75/Dzrn3 X-Received: by 10.49.109.194 with SMTP id hu2mr28135962qeb.13.1384712109291; Sun, 17 Nov 2013 10:15:09 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.63.101 with HTTP; Sun, 17 Nov 2013 10:14:39 -0800 (PST) In-Reply-To: <201311170503.rAH53F27033585@svn.freebsd.org> References: <201311170503.rAH53F27033585@svn.freebsd.org> From: Eitan Adler Date: Sun, 17 Nov 2013 13:14:39 -0500 X-Google-Sender-Auth: Dlng_Xjqo2gYUN-BoyY1HDAKVxs Message-ID: Subject: Re: svn commit: r258250 - head/sys/powerpc/fpu To: Nathan Whitehorn Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Nov 2013 18:15:10 -0000 On Sun, Nov 17, 2013 at 12:03 AM, Nathan Whitehorn 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