The MCOUNT macro isn't going to work in 64-bit mode. Add a note to
this effect.
This commit is contained in:
parent
50e8dc140d
commit
72b02feeda
@ -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;" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user