Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit b490ed0

Browse files
parjongjkotas
authored andcommitted
[x86/Linux] Port PATCH_LABEL macro (#8483)
1 parent 12c3a06 commit b490ed0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/pal/inc/unixasmmacrosx86.inc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ C_FUNC(\Name):
2020
.cfi_startproc
2121
.endm
2222

23+
.macro PATCH_LABEL Name
24+
.global C_FUNC(\Name)
25+
C_FUNC(\Name):
26+
.endm
27+
2328
.macro LEAF_END Name, Section
2429
.size \Name, .-\Name
2530
.cfi_endproc

0 commit comments

Comments
 (0)