master: Fix disassembler

stassats via Sbcl-commits <[email protected]>
Newsgroups gmane.lisp.steel-bank.cvs
Message-ID <[email protected]>
The branch "master" has been updated in SBCL:
       via  885a2ddd61241ccf0e3dc29f216b66d42b041dbb (commit)
      from  511906494581f82aaec8a0210e4baf25d88f58e9 (commit)

- Log -----------------------------------------------------------------
commit 885a2ddd61241ccf0e3dc29f216b66d42b041dbb
Author: Stas Boukarev <[email protected]>
Date:   Wed Aug 26 03:13:03 2026 +0300

    Fix disassembler
---
 src/compiler/x86-64/insts.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/compiler/x86-64/insts.lisp b/src/compiler/x86-64/insts.lisp
index 0c8f79296..51dfdfb2f 100644
--- a/src/compiler/x86-64/insts.lisp
+++ b/src/compiler/x86-64/insts.lisp
@@ -1078,10 +1078,10 @@
                   #.(coerce (loop for i below 32 collect (format nil "ZMM~D" i))
                             'vector))
                  ((is-ymm-id-p id)
-                  #.(coerce (loop for i below 16 collect (format nil "YMM~D" i))
+                  #.(coerce (loop for i below 32 collect (format nil "YMM~D" i))
                             'vector))
                  (t
-                  #.(coerce (loop for i below 16 collect (format nil "XMM~D" i))
+                  #.(coerce (loop for i below 32 collect (format nil "XMM~D" i))
                             'vector)))
            (reg-id-num id))))
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
SBCL
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.