fix decompiler's listing of captured top- and module-level variables
original commit: db75dddf87
This commit is contained in:
parent
87373a2e0c
commit
13e715ef44
|
@ -328,7 +328,8 @@
|
||||||
(list
|
(list
|
||||||
(for/list ([pos (in-set tl-map)])
|
(for/list ([pos (in-set tl-map)])
|
||||||
(list-ref/protect (glob-desc-vars globs)
|
(list-ref/protect (glob-desc-vars globs)
|
||||||
(if (pos . < . (glob-desc-num-tls globs))
|
(if (or (pos . < . (glob-desc-num-tls globs))
|
||||||
|
(zero? (glob-desc-num-stxs globs)))
|
||||||
pos
|
pos
|
||||||
(+ pos (glob-desc-num-stxs globs) 1))
|
(+ pos (glob-desc-num-stxs globs) 1))
|
||||||
'lam)))))))
|
'lam)))))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user