Fix 'context local variable might be clobbered by setjmp' compiler warning
authorIvan Maidanski <ivmai@mail.ru>
Mon, 5 Dec 2016 23:21:33 +0000 (02:21 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 5 Dec 2016 23:21:33 +0000 (02:21 +0300)
commitec5cb4383060213912a7f88ea4aa850faf3ffb68
tree88f4a3c8152aae72f68c40fe56b5cd17c4665053
parent876212a85fbfe1f88ea973ac9f87363bb878446a
Fix 'context local variable might be clobbered by setjmp' compiler warning

* mach_dep.c (GC_with_callee_saves_pushed): Mark "context" local
variable as volatile (to prevent it from potential clobbering).
mach_dep.c