Date: Fri, 18 Feb 2005 03:22:37 +0000 (UTC) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/ndis winx64_wrap.S Message-ID: <200502180322.j1I3Mbui069763@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502180322.j1I3Mbui069763>