Skip to content

Commit 2af8621

Browse files
committed
Fix typo in b986343
1 parent 44e6318 commit 2af8621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/asan/asan_win.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) {
136136
SetCurrentThread(t);
137137
auto res = t->ThreadStart(GetTid());
138138
t->Destroy(); // POSIX calls this from TSD destructor.
139-
return rest;
139+
return res;
140140
}
141141

142142
INTERCEPTOR_WINAPI(HANDLE, CreateThread, LPSECURITY_ATTRIBUTES security,

0 commit comments

Comments
 (0)