Properly fix initial_thread_trampoline on win32-x86-64.
commit1bd60bcf7f565921aed97f4e3a46bfd460563324
authorStas Boukarev <stassats@gmail.com>
Wed, 8 Mar 2017 22:51:13 +0000 (9 01:51 +0300)
committerStas Boukarev <stassats@gmail.com>
Wed, 8 Mar 2017 22:51:13 +0000 (9 01:51 +0300)
tree64af01e6922c32394bf1a303865f02ab37a58254
parente32fd9e812565a9950f449f3c9ba355d288c01d7
Properly fix initial_thread_trampoline on win32-x86-64.

Don't call call_into_lisp_first_time since it moves to a different
stack but it overlaps with the current stack.
src/runtime/thread.c
src/runtime/x86-64-assem.S