[Git][cmucl/cmucl][arm64-dev-1] word-index-ref is word64-index-ref on arm64
Raymond Toy pushed to branch arm64-dev-1 at cmucl / cmucl Commits: aec50997 by Raymond Toy at 2026-03-23T16:24:28-07:00 word-index-ref is word64-index-ref on arm64 [skip-ci] - - - - - 1 changed file: - src/compiler/arm64/call.lisp Changes: ===================================== src/compiler/arm64/call.lisp ===================================== @@ -1183,7 +1183,7 @@ ;;; More args are stored consecutively on the stack, starting immediately at ;;; the context pointer. The context pointer is not typed, so the lowtag is 0. ;;; -(define-vop (more-arg word-index-ref) +(define-vop (more-arg word64-index-ref) (:variant 0 0) (:translate %more-arg)) View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/aec509979db4c98eb0601c6b... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/aec509979db4c98eb0601c6b... You're receiving this email because of your account on gitlab.common-lisp.net. Manage all notifications: https://gitlab.common-lisp.net/-/profile/notifications | Help: https://gitlab.common-lisp.net/help
participants (1)
-
Raymond Toy (@rtoy)