From owner-cvs-all@FreeBSD.ORG Fri Feb 18 03:22:38 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D00816A4CE; Fri, 18 Feb 2005 03:22:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 003E443D5D; Fri, 18 Feb 2005 03:22:37 +0000 (GMT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1I3Mbp7069764; Fri, 18 Feb 2005 03:22:37 GMT (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1I3Mbui069763; Fri, 18 Feb 2005 03:22:37 GMT (envelope-from wpaul) Message-Id: <200502180322.j1I3Mbui069763@repoman.freebsd.org> From: Bill Paul Date: Fri, 18 Feb 2005 03:22:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis winx64_wrap.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 03:22:38 -0000 wpaul 2005-02-18 03:22:37 UTC FreeBSD src repository Modified files: sys/compat/ndis winx64_wrap.S Log: Make the Win64 -> ELF64 template a little smaller by using a string copy op to shift arguments on the stack instead of transfering each argument one by one through a register. Probably doesn't affect overall operation, but makes the code a little less grotty and easier to update later if I choose to make the wrapper handle more args. Also add comments. Revision Changes Path 1.3 +21 -34 src/sys/compat/ndis/winx64_wrap.S