Subject: Re: amd64 syscall.c question
To: Andrew Doran <ad@netbsd.org>
From: Blair Sadewitz <blair.sadewitz@gmail.com>
List: port-amd64
Date: 06/06/2007 15:39:29
Aah, OK, that that clears it up.  I saw that the upper 32 bits went
into %edx on i386, but didn't know if anything was supposed to
parallel this on amd64 or not.  Thanks for the clue. ;)

BTW, what is the operational distinction between syscall_plain() and
syscall_fancy()?

Regards,

--Blair