From ef6c633b9d5532d8888535a43ec8abc7de0a34f7 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 8 Sep 2019 18:48:29 +0200 Subject: [PATCH] add assertion for missing op support --- lisp/emacs-lisp/comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 12c8ca63699..702e10df8d9 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -817,7 +817,7 @@ the annotation emission." (byte-stack-set (comp-with-sp (1+ (comp-sp)) (comp-copy-slot (comp-sp) (- (comp-sp) arg)))) - (byte-stack-set2) ;; TODO + (byte-stack-set2 (cl-assert nil)) ;; TODO (byte-discardN (comp-stack-adjust (- arg))) (byte-switch -- 2.39.5