From owner-svn-src-all@FreeBSD.ORG Sun Nov 17 18:15:10 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E98F546 for ; Sun, 17 Nov 2013 18:15:10 +0000 (UTC) Received: from mail-qe0-x232.google.com (mail-qe0-x232.google.com [IPv6:2607:f8b0:400d:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3E2752B85 for ; Sun, 17 Nov 2013 18:15:10 +0000 (UTC) Received: by mail-qe0-f50.google.com with SMTP id 1so3501181qee.37 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=GigiPHzYFHew8fWkMlHZlucEpwAkt7qMseZyFSxwgc8eqOjvyT+hWxepqSMGMH9FqV 6v0vBOXiKNUDljRgzzQgwWj82vvWHR1pWKTbMXZUl+U8fJKpknJxp53sD3ovRoOgLJgj rMPmK3U6R3FL5VzZxgC5cyoekCfMpMokSjQup1AcdB4UaPtdWqWnPw3PoQkAUzUU8J0F lClKfdl/UtMPqfv1L5JvGRYeB9zjwnAIJsKOt7mo7sy5E1Gy/JRGKZAhK2wKFvIy20Eh P/cRRmJRnbjBrP9R9ttZtpLMUZmDLQ68l+yFSQRCix1E/M1YUohPxK1yLNA12uSnEmBz vfaA== X-Gm-Message-State: ALoCoQmJDsJD8gbIZ7waPKzcGOhiQsGwmZotQb9cX5lntI4vRu8aupEX6BhpXjOYDxo/DxcOxIYn 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-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" 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