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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to