peter 2004/05/18 15:52:32 PDT FreeBSD src repository Modified files: sys/amd64/include profile.h Log: The 'call mcount' hooks that gcc inserts when profiling are in a place that cannot handle the scratch registers being trashed. So we have to preserve them ourselves. Revision Changes Path 1.35 +37 -2 src/sys/amd64/include/profile.h