mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 17:10:51 -08:00
add stack sanity check
This commit is contained in:
parent
ca907fe89b
commit
a90803a4d1
1 changed files with 2 additions and 1 deletions
|
|
@ -745,7 +745,8 @@ the annotation emission."
|
|||
(cdr insn))))
|
||||
(comp-op-case
|
||||
(TAG
|
||||
(comp-lap-to-limple-bb arg))
|
||||
;; Paranoically sanity check stack depth.
|
||||
(cl-assert (= (cddr insn) (comp-limplify-sp comp-pass))))
|
||||
(byte-stack-ref
|
||||
(comp-copy-slot (- (comp-sp) arg 1)))
|
||||
(byte-varref
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue