summaryrefslogtreecommitdiffhomepage
path: root/src/process
diff options
context:
space:
mode:
Diffstat (limited to 'src/process')
-rw-r--r--src/process/nt32/tt_fork_v1.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/process/nt32/tt_fork_v1.s b/src/process/nt32/tt_fork_v1.s
index 2e2f01d..e15025d 100644
--- a/src/process/nt32/tt_fork_v1.s
+++ b/src/process/nt32/tt_fork_v1.s
@@ -6,13 +6,13 @@
.section .text
-.global ___tt_fork
+.global ___tt_fork_v1
.global ___tt_fork_child_entry_point
.global @__tt_fork_child_entry_point@4
.global ___tt_fork_child_entry_point_adj
.global @__tt_fork_child_entry_point_adj@4
-___tt_fork:
+___tt_fork_v1:
___tt_fork_prolog:
push %ebp
mov %esp, %ebp
@@ -27,7 +27,7 @@ ___tt_fork_save_regs:
___tt_fork_impl_call:
mov %esp, %ecx
mov $0, %edx
- call @__tt_fork_impl@8
+ call @__tt_fork_impl_v1@8
___tt_fork_restore_regs:
pop %edi