mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Fixing win32 build.
This commit is contained in:
@@ -78,7 +78,7 @@ swap_registers:
|
||||
.globl task_trampoline
|
||||
task_trampoline:
|
||||
// This gets set up by std::task::_spawn.
|
||||
#ifdef __APPLE__
|
||||
#if defined(__APPLE__) || defined(__WIN32__)
|
||||
call _task_exit
|
||||
#else
|
||||
call task_exit
|
||||
|
||||
Reference in New Issue
Block a user