Fix a regression in sb-safepoint.
authorStas Boukarev <stassats@gmail.com>
Tue, 10 Sep 2013 17:40:42 +0000 (21:40 +0400)
committerStas Boukarev <stassats@gmail.com>
Tue, 10 Sep 2013 17:40:42 +0000 (21:40 +0400)
commitc6f5bc9d26b4f3d46c1d9947b5ea5a3514c802b3
treee53d82e34314989babbc767a65e2f4896426e04f
parent17ba9560a86774392eed4e94896115865efafe13
Fix a regression in sb-safepoint.

WITH_GC_AT_SAFEPOINTS_ONLY is actually a fancy macro, which wraps the
form following it in some code. In a recent change that wasn't
accounted for and resulted in bad consequences. Add {} around the code
after WITH_GC_AT_SAFEPOINTS_ONLY.
Reported by Jan Moringen.
src/runtime/interrupt.c