summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--crt/nt32/crtn.s12
1 files changed, 6 insertions, 6 deletions
diff --git a/crt/nt32/crtn.s b/crt/nt32/crtn.s
index 8658d23..d639992 100644
--- a/crt/nt32/crtn.s
+++ b/crt/nt32/crtn.s
@@ -1,10 +1,10 @@
.text
-.globl _pei386_runtime_relocator
-_pei386_runtime_relocator:
+.globl __pei386_runtime_relocator
+__pei386_runtime_relocator:
ret
- .section .got$_pei386_runtime_relocator,"r"
- .global __imp__pei386_runtime_relocator
-__imp__pei386_runtime_relocator:
- .long _pei386_runtime_relocator
+ .section .got$__pei386_runtime_relocator,"r"
+ .global __imp___pei386_runtime_relocator
+__imp___pei386_runtime_relocator:
+ .long __pei386_runtime_relocator
.linkonce discard