Skip to content

Commit 95e1cc1

Browse files
committed
Fix newtld becoming None for no reason (rename bug)
1 parent 2ebffe0 commit 95e1cc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qiling/os/posix/syscall/sched.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def ql_syscall_clone(ql: Qiling, flags: int, child_stack: int, parent_tidptr: in
4444
newtls = ori_newtls
4545

4646
f_th = ql.os.thread_management.cur_thread
47-
newtls = None
4847
set_child_tid_addr = None
4948

5049
# Shared virtual memory

0 commit comments

Comments
 (0)