mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Implement MCOUNT hook for assembler. Probably doesn't work right.
This commit is contained in:
parent
b4cc6db2df
commit
47806f084a
1 changed files with 1 additions and 3 deletions
|
|
@ -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 a new issue