repair faster check
original commit: 26bc2fd4cb99019ce6b9f52a18730c23668d2160
This commit is contained in:
parent
10b01217f2
commit
d7caba9417
|
@ -11627,7 +11627,9 @@
|
||||||
,(%seq
|
,(%seq
|
||||||
(set! ,sl ,(%tc-ref stack-link))
|
(set! ,sl ,(%tc-ref stack-link))
|
||||||
(set! ,ats ,(%tc-ref attachments))
|
(set! ,ats ,(%tc-ref attachments))
|
||||||
(if ,(%inline eq? ,(%mref ,sl ,(constant continuation-attachments-disp)) ,ats)
|
(if (if ,(%inline eq? ,(%mref ,sl ,(constant continuation-attachments-disp)) ,ats)
|
||||||
|
(true)
|
||||||
|
,(%inline eq? ,(%mref ,sl ,(constant continuation-attachments-disp)) ,(%constant sfalse)))
|
||||||
(set! ,lvalue ,t)
|
(set! ,lvalue ,t)
|
||||||
(set! ,lvalue ,(%mref ,ats ,(constant pair-car-disp)))))
|
(set! ,lvalue ,(%mref ,ats ,(constant pair-car-disp)))))
|
||||||
;; Not reified, so no attachment
|
;; Not reified, so no attachment
|
||||||
|
|
Loading…
Reference in New Issue
Block a user