projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbd1de8
)
aarch64: Fix typo
author
Jakub Wilk
<jwilk@jwilk.net>
Tue, 30 Jun 2020 20:59:28 +0000
(22:59 +0200)
committer
Jakub Wilk
<jwilk@jwilk.net>
Tue, 30 Jun 2020 20:59:28 +0000
(22:59 +0200)
src/aarch64/sysv.S
patch
|
blob
|
history
diff --git
a/src/aarch64/sysv.S
b/src/aarch64/sysv.S
index a345439ba351b8fa34afc0f2217647fc3c6722db..b720a92e168f3e870e887167214d98157f44bca4 100644
(file)
--- a/
src/aarch64/sysv.S
+++ b/
src/aarch64/sysv.S
@@
-377,7
+377,7
@@
CNAME(ffi_closure_trampoline_table_page):
adr x16, -PAGE_MAX_SIZE
ldp x17, x16, [x16]
BR(x16)
- nop /* each entry in the trampoline config page is 2*sizeof(void*) so the trampoline itself cannot be smaller tha
t
16 bytes */
+ nop /* each entry in the trampoline config page is 2*sizeof(void*) so the trampoline itself cannot be smaller tha
n
16 bytes */
.endr
.globl CNAME(ffi_closure_trampoline_table_page)