mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Fix packed-varints.pure on the backends with return-pc.
This commit is contained in:
parent
eb364cc136
commit
bd75fc5159
|
|
@ -14,7 +14,12 @@
|
|||
(let ((cdi
|
||||
(sb-c::make-compiled-debug-info
|
||||
:name "test" :fun-map (sb-c::make-compiled-debug-fun :name 'test
|
||||
:encoded-locs 0)
|
||||
:encoded-locs 0
|
||||
:allow-other-keys t
|
||||
:return-pc 0
|
||||
:return-pc-pass 0
|
||||
:elsewhere-pc 0
|
||||
:old-fp 0)
|
||||
:tlf-num+offset (let ((sb-c::*adjustable-vectors* nil))
|
||||
(sb-c::pack-tlf-num+offset a b)))))
|
||||
(assert (eql a (sb-c::compiled-debug-info-tlf-number cdi)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue