We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2711962 commit 89aa532Copy full SHA for 89aa532
src/lisp/kernel/cmp/cmpltv.lisp
@@ -570,7 +570,7 @@
570
(make-array 74 sind rank . dims)
571
(setf-row-major-aref 75 arrayind rmindex valueind)
572
(make-hash-table 76 sind test count)
573
- ((setf gethash) 77 htind keyind valueind)
+ (setf-gethash 77 htind keyind valueind)
574
(make-sb64 78 sind sb64)
575
(find-package 79 sind nameind)
576
(make-bignum 80 sind size . words) ; size is signed
@@ -852,7 +852,7 @@
852
(write-b16 count stream)))
853
854
(defmethod encode ((inst setf-gethash) stream)
855
- (write-mnemonic '(setf gethash) stream)
+ (write-mnemonic 'setf-gethash stream)
856
(write-index (setf-gethash-hash-table inst) stream)
857
(write-index (setf-gethash-key inst) stream)
858
(write-index (setf-gethash-value inst) stream))
0 commit comments