mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Align functions to 16-byte boundaries due to profiling granularity.
This commit is contained in:
parent
66821a4c67
commit
7256cdffc9
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
.data; .align 2; .globl x; x:
|
||||
|
||||
#define _ENTRY(x) \
|
||||
.text; .align 2; .globl x; .type x,@function; x:
|
||||
.text; .align 4; .globl x; .type x,@function; x:
|
||||
|
||||
#ifdef GPROF
|
||||
# define _PROF_PROLOGUE mflr 0; stw 0,4(1); bl _mcount
|
||||
|
|
|
|||
Loading…
Reference in a new issue