Buildfix but only tested on amd64
This commit is contained in:
parent
ac8a84fc01
commit
0636fd2249
2 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
||||||
|
|
||||||
.global g_dynafunc
|
.global g_dynafunc
|
||||||
.global g_dynafunc_end
|
.global g_dynafunc_end
|
||||||
|
.section .note.GNU-stack,"",@progbits
|
||||||
|
.text
|
||||||
|
|
||||||
g_dynafunc:
|
g_dynafunc:
|
||||||
ldr x0, .+20
|
ldr x0, .+20
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
|
|
||||||
.global g_dynafunc
|
.global g_dynafunc
|
||||||
.global g_dynafunc_end
|
.global g_dynafunc_end
|
||||||
|
.section .note.GNU-stack,"",@progbits
|
||||||
|
.text
|
||||||
|
|
||||||
g_dynafunc:
|
g_dynafunc:
|
||||||
//VM pointer, parameter 1
|
//VM pointer, parameter 1
|
||||||
|
|
Loading…
Reference in a new issue