cvs commit: src/sys/i386/i386 db_trace.c

Yar Tikhiy yar at FreeBSD.org
Fri Jun 16 11:14:56 UTC 2006


yar         2006-06-16 11:14:54 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        db_trace.c 
  Log:
  Guess the number of arguments to a function somewhat better.
  Now GCC likes to stick a "mov %eax, %FOO" instruction before
  "addl $BAR, %esp" if the function just called returns an int,
  which is a very common case in the kernel.
  
  Sponsored by: RiNet (Cronyx Plus LLC)
  
  Revision  Changes    Path
  1.71      +8 -4      src/sys/i386/i386/db_trace.c


More information about the cvs-src mailing list