cvs commit: src/sys/compat/ndis winx64_wrap.S

Bill Paul wpaul at FreeBSD.org
Fri Feb 18 03:22:38 GMT 2005


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


More information about the cvs-all mailing list