freebsd-src/sys/amd64
Bruce Evans 74f168bf7a Fixed a semantic error. va_arg(ap, u_short) is nonsense except on i386's
with 16-bit ints, since u_short is promoted when it is passed to a
varargs function.  gcc now warns about this.  We always pass small
integers (this is well obuscated), so there are no conversion problems.

Fixed a related style bug (bogus cast).
2002-05-13 14:34:47 +00:00
..
acpica Fix typo in function name. 2002-01-10 03:26:46 +00:00
amd64 Fixed a semantic error. va_arg(ap, u_short) is nonsense except on i386's 2002-05-13 14:34:47 +00:00
conf Typo fix: detects -> detect. 2002-05-03 17:59:25 +00:00
ia32 Initial support for executing IA-32 binaries. This will not compile 2002-04-10 19:34:51 +00:00
include Gcc 3.1 varargs support. 2002-05-10 02:02:54 +00:00
isa Don't export timecounter structures under debug. with sysctl, they 2002-04-30 19:34:31 +00:00
pci o Work around bugs in the powerof2 macro: It thinks that 0 is a power of 2002-04-24 15:30:11 +00:00
Makefile Update pathnames for creation of tags file. 2001-12-05 01:23:21 +00:00