The MCOUNT macro isn't going to work in 64-bit mode. Add a note to

this effect.
This commit is contained in:
imp 2009-07-06 02:27:03 +00:00
parent 50e8dc140d
commit 72b02feeda

View File

@ -41,6 +41,8 @@
/*XXX The cprestore instruction is a "dummy" to shut up as(1). */
/*XXX This is not MIPS64 safe. */
#define MCOUNT \
__asm(".globl _mcount;" \
".type _mcount,@function;" \