diff options
Diffstat (limited to 'src/thread')
-rw-r--r-- | src/thread/nt64/syscall_cp.s | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/thread/nt64/syscall_cp.s b/src/thread/nt64/syscall_cp.s index b8b7039..0488e19 100644 --- a/src/thread/nt64/syscall_cp.s +++ b/src/thread/nt64/syscall_cp.s @@ -27,3 +27,20 @@ __cp_begin: __cp_end: ret + + + .section .got$__syscall_cp_asm + .global __imp___syscall_cp_asm +__imp___syscall_cp_asm: + .quad __syscall_cp_asm + + + .section .got$__cp_begin + .global __imp___cp_begin +__imp___cp_begin: + .quad __cp_begin + + .section .got$__cp_end + .global __imp___cp_end +__imp___cp_end: + .quad __cp_end |