diff options
Diffstat (limited to 'src/thread/nt32')
-rw-r--r-- | src/thread/nt32/syscall_cp.s | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/thread/nt32/syscall_cp.s b/src/thread/nt32/syscall_cp.s index c52731f..1b3f672 100644 --- a/src/thread/nt32/syscall_cp.s +++ b/src/thread/nt32/syscall_cp.s @@ -13,3 +13,21 @@ ___cp_begin: ___cp_end: ret + + .section .got$___syscall_cp_asm + .global __imp____syscall_cp_asm +__imp____syscall_cp_asm: + .long ___syscall_cp_asm + .linkonce discard + + .section .got$___cp_begin + .global __imp____cp_begin +__imp____cp_begin: + .long ___cp_begin + .linkonce discard + + .section .got$___cp_end + .global __imp____cp_end +__imp____cp_end: + .long ___cp_end + .linkonce discard |