diff options
Diffstat (limited to 'crt')
-rw-r--r-- | crt/nt64/crtn.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crt/nt64/crtn.s b/crt/nt64/crtn.s index b2c7790..6e28aac 100644 --- a/crt/nt64/crtn.s +++ b/crt/nt64/crtn.s @@ -11,3 +11,9 @@ pop %r10 or %r10,%rax ret + + .section .got$_pei386_runtime_relocator,"r" + .global __imp__pei386_runtime_relocator +__imp__pei386_runtime_relocator: + .quad _pei386_runtime_relocator + .linkonce discard |