cvs commit: src/sys/i386/include profile.h src/sys/amd64/include profile.h

Bruce Evans bde at FreeBSD.org
Sat Oct 28 11:03:04 UTC 2006


bde         2006-10-28 11:03:03 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/include     profile.h 
    sys/amd64/include    profile.h 
  Log:
  i386/include/profile.h:
  Fixed a syntax error for the (!__KERNEL && !__GNUCLIKE_ASM) case in
  rev.1.36.  Apparently, this case has never been reached even by lint.
  
  Submitted by:   stefanf
  
  {amd64,i386}/include/profile.h:
  In case the above case is actually reached, break it properly by
  providing null support that will fail at link time instead of a stub
  that gives wrong (null) profiling at runtime.
  
  Revision  Changes    Path
  1.47      +1 -5      src/sys/amd64/include/profile.h
  1.42      +1 -5      src/sys/i386/include/profile.h


More information about the cvs-all mailing list