Implement MCOUNT hook for assembler. Probably doesn't work right.
This commit is contained in:
parent
00cee5a150
commit
98c771850f
@ -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
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user