Revert "Add ret to avoid data being "executed""
This reverts commit 1713a22ef4
.
This commit is contained in:
parent
1713a22ef4
commit
30746aec19
1 changed files with 2 additions and 3 deletions
|
@ -23,10 +23,9 @@
|
|||
.global g_dynafunc_end
|
||||
|
||||
g_dynafunc:
|
||||
ldr x0, .+16
|
||||
ldr x9, .+20
|
||||
ldr x0, .+12
|
||||
ldr x9, .+16
|
||||
br x9
|
||||
ret
|
||||
.dword 0xdeadbeefdeadbeef //function parameter
|
||||
.dword 0xbadc0ffee0ddf00d //function pointer
|
||||
g_dynafunc_end:
|
||||
|
|
Loading…
Reference in a new issue