Updating to build on Linux and Mac, and hopefully Windows too.
This commit is contained in:
parent
b2dad8af31
commit
a332043561
2 changed files with 7 additions and 3 deletions
|
|
@ -78,4 +78,8 @@ swap_registers:
|
|||
.globl task_trampoline
|
||||
task_trampoline:
|
||||
// This gets set up by std::task::_spawn.
|
||||
#ifdef __APPLE__
|
||||
call _task_exit
|
||||
#else
|
||||
call task_exit
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue