|
@@ -33,7 +33,7 @@
|
|
|
extern void mcount_internal (u_long frompc, u_long selfpc);
|
|
|
|
|
|
#define _MCOUNT_DECL(frompc, selfpc) \
|
|
|
-void mcount_internal (u_long frompc, u_long selfpc)
|
|
|
+void __attribute__ (( regparm (2) )) mcount_internal (u_long frompc, u_long selfpc)
|
|
|
|
|
|
|
|
|
/* Define MCOUNT as empty since we have the implementation in another
|