mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-03 13:37:37 +00:00
Fixing win32 build.
This commit is contained in:
parent
871013b942
commit
3fd3f35699
@ -78,7 +78,7 @@ swap_registers:
|
|||||||
.globl task_trampoline
|
.globl task_trampoline
|
||||||
task_trampoline:
|
task_trampoline:
|
||||||
// This gets set up by std::task::_spawn.
|
// This gets set up by std::task::_spawn.
|
||||||
#ifdef __APPLE__
|
#if defined(__APPLE__) || defined(__WIN32__)
|
||||||
call _task_exit
|
call _task_exit
|
||||||
#else
|
#else
|
||||||
call task_exit
|
call task_exit
|
||||||
|
Loading…
Reference in New Issue
Block a user