From d30d6c4463db062076315e6fd8714f2bff949470 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 13 Mar 2015 00:12:50 -0700 Subject: [PATCH] smp: Use without-interruption. Squash into 6785039. --- src/runtime/gencache.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/gencache.scm b/src/runtime/gencache.scm index ced613dc1..d036f7357 100644 --- a/src/runtime/gencache.scm +++ b/src/runtime/gencache.scm @@ -459,7 +459,7 @@ USA. ;; Found a free line. First perform all of the ;; entry displacements, then return the subsequent ;; free line. - (without-interrupts + (without-interruption (lambda () (let loop ((free-line line) (lines lines)) (if (null? lines) -- 2.25.1