fix yet another mistake in atomic-mode implementation

This commit is contained in:
Matthew Flatt 2010-10-25 09:29:02 -06:00
parent d2275f4179
commit 20ab31743d

View File

@ -118,9 +118,9 @@
(loop (sub1 i)))))
f
(lambda ()
(start-breakable-atomic)
(set! old-paramz paramz)
(set! old-break-paramz break-paramz)
(start-breakable-atomic)
(let loop ([i extra-depth])
(unless (zero? i)
(start-breakable-atomic)