Fixing win32 build.
This commit is contained in:
parent
871013b942
commit
3fd3f35699
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user