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

This commit is contained in:
dfr 2001-10-11 13:35:31 +00:00
parent 00cee5a150
commit 98c771850f

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
/*