parent
997f038c47
commit
ce01a67d8b
@ -241,7 +241,7 @@ func (dbp *Process) addThread(hThread syscall.Handle, threadID int, attach, susp
|
||||
}
|
||||
thread.os.hThread = hThread
|
||||
dbp.threads[threadID] = thread
|
||||
if dbp.CurrentThread == nil {
|
||||
if dbp.currentThread == nil {
|
||||
dbp.SwitchThread(thread.ID)
|
||||
}
|
||||
if suspendNewThreads {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user