add assertion for missing op support
This commit is contained in:
parent
1b9b19ebf9
commit
ef6c633b9d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue