Revert "Add ret to avoid data being "executed""

This reverts commit 1713a22ef4.
This commit is contained in:
King_DuckZ 2022-04-25 00:41:02 +02:00
parent 1713a22ef4
commit 30746aec19

View file

@ -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: