mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Add symbol size to SYSCALL_FUNCTION macro assembly.
This commit is contained in:
parent
dbd07b6ade
commit
0d3e35bd82
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ asm("\n" \
|
|||
".type " #syscall_name ", @function\n" \
|
||||
#syscall_name ":\n" \
|
||||
SYSCALL_FUNCTION_BODY(syscall_index) \
|
||||
".size " #syscall_name ", . - " #syscall_name "\n" \
|
||||
".popsection\n" \
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue