Date: Sun, 16 Jul 1995 07:11:03 -0700 From: Peter Wemm <peter> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 trap.c Message-ID: <199507161411.HAA25431@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
peter 95/07/16 07:10:59 Modified: sys/i386/i386 trap.c Log: This fixes a compiler warning, and a cosmetic problem with the linux emul code when compiling with "options KTRACE". ktrsyscall() was expecting an array of integers, this was passing the address of a structure containing an array of integers.. The cosmetic problem was that it was calling the "enter syscall" trace hook twice - this looks like a cut/paste error/typo.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507161411.HAA25431>