Skip to content

Commit

Permalink
Don't use MMTk managed stacks in Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Rogers committed Apr 16, 2009
1 parent 1323b4b commit 1662451
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/bootloader/sysThread_Intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,7 @@ void bootThread (void *_ip, void *_tr, void *_sp, void UNUSED *_jtoc)
__asm{
mov eax, _ip
mov esi, _tr
mov saved_ebp, ebp
mov ebp, esp
mov esp, _sp
push ebp
call eax
pop esp
mov ebp, saved_ebp
}
#endif
}

0 comments on commit 1662451

Please sign in to comment.