Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2006 11:14:54 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 db_trace.c
Message-ID:  <200606161114.k5GBEsVk078200@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606161114.k5GBEsVk078200>