K 10 svn:author V 5 wpaul K 8 svn:date V 27 2005-02-18T03:22:37.000000Z K 7 svn:log V 355 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. END