From owner-cvs-src@FreeBSD.ORG Fri Sep 5 13:47:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95ECC16A4BF; Fri, 5 Sep 2003 13:47:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E5D443FE3; Fri, 5 Sep 2003 13:47:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h85KlR0U059600; Fri, 5 Sep 2003 13:47:27 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h85KlRMp059599; Fri, 5 Sep 2003 13:47:27 -0700 (PDT) Message-Id: <200309052047.h85KlRMp059599@repoman.freebsd.org> From: Peter Wemm Date: Fri, 5 Sep 2003 13:47:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include ucontext.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 20:47:28 -0000 peter 2003/09/05 13:47:27 PDT FreeBSD src repository Modified files: sys/amd64/include ucontext.h Log: Oops. sizeof(long) = 8, not 4. Get the fxsave buffer inside mcontext the right size. I'm planning on *possibly* stealing the two 'spare' variables on either side for botched alignment correction. Revision Changes Path 1.14 +2 -2 src/sys/amd64/include/ucontext.h