mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 09:48:29 +00:00
Fix memmove() alias on aarch64 with --ftrace
This commit is contained in:
parent
e9e8bbe6da
commit
e1b83399bd
2 changed files with 5 additions and 5 deletions
|
@ -53,10 +53,10 @@ GNU_PROPERTY (FEATURE_1_AND, FEATURE_1_BTI|FEATURE_1_PAC)
|
|||
|
||||
#define ENTRY(name) ENTRY_ALIGN(name, 6)
|
||||
|
||||
#define ENTRY_ALIAS(name) \
|
||||
.global name; \
|
||||
.type name,%function; \
|
||||
name:
|
||||
/* [jart] alias the proper way */
|
||||
#define ENTRY_ALIAS(sym, alias) \
|
||||
.global alias; \
|
||||
.equ alias,sym
|
||||
|
||||
#define END(name) \
|
||||
.cfi_endproc; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue