summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32/weak/nt32/__mprotect_sym.s
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nt32/weak/nt32/__mprotect_sym.s')
-rw-r--r--arch/nt32/weak/nt32/__mprotect_sym.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/nt32/weak/nt32/__mprotect_sym.s b/arch/nt32/weak/nt32/__mprotect_sym.s
new file mode 100644
index 0000000..f342a3e
--- /dev/null
+++ b/arch/nt32/weak/nt32/__mprotect_sym.s
@@ -0,0 +1,4 @@
+ .globl _mprotect
+_mprotect:
+ jmp ___mprotect
+