Fixing win32 build.

This commit is contained in:
Eric Holk 2011-08-15 10:48:04 -07:00
parent 871013b942
commit 3fd3f35699

View File

@ -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