Implement MCOUNT hook for assembler. Probably doesn't work right.

This commit is contained in:
Doug Rabson 2001-10-11 13:35:31 +00:00
parent b4cc6db2df
commit 47806f084a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84801

View File

@ -61,9 +61,7 @@
#define MCOUNT /* nothing */
#else
#define MCOUNT \
.set noat; \
jsr at_reg,_mcount; \
.set at
br.call.sptk.many b7=_mcount
#endif
/*