Skip to content

Commit

Permalink
unbreak win64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Dec 15, 2014
1 parent dc1f5aa commit 326d9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ static void ctx_switch(jl_task_t *t, jl_jmp_buf *where)
void *stackbase = jl_stackbase - 0x10;
#ifdef _CPU_X86_64_
#ifdef _OS_WINDOWS_
stackbase -= 0x30;
stackbase -= 0x40;
#endif
asm(" movq %0, %%rsp;\n"
" xorq %%rbp, %%rbp;\n"
Expand Down

0 comments on commit 326d9f1

Please sign in to comment.