diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-09-25 13:46:23 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-09-25 13:46:23 +0000 |
| commit | 82e5cdeb6ebc73ff7827e52a34691e86d58b0aca (patch) | |
| tree | 3da4b1bf48dcc7af9463eb65f3aa7f903afad5d2 /sys/amd64 | |
| parent | ac0653dcc8ca174f193f1f9f056d18e2c52f1b25 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/include/profile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/profile.h b/sys/amd64/include/profile.h index 043d2ba9ee90e..0df3195434895 100644 --- a/sys/amd64/include/profile.h +++ b/sys/amd64/include/profile.h @@ -106,6 +106,7 @@ mcount() \ _mcount(frompc, selfpc); \ } #else /* __GNUC__ */ +#define MCOUNT \ void \ mcount() \ { \ |
