Raymond Toy pushed to branch arm64-dev-1 at cmucl / cmucl
Commits:
-
aec50997
by Raymond Toy at 2026-03-23T16:24:28-07:00
1 changed file:
Changes:
| ... | ... | @@ -1183,7 +1183,7 @@ |
| 1183 | 1183 | ;;; More args are stored consecutively on the stack, starting immediately at
|
| 1184 | 1184 | ;;; the context pointer. The context pointer is not typed, so the lowtag is 0.
|
| 1185 | 1185 | ;;;
|
| 1186 | -(define-vop (more-arg word-index-ref)
|
|
| 1186 | +(define-vop (more-arg word64-index-ref)
|
|
| 1187 | 1187 | (:variant 0 0)
|
| 1188 | 1188 | (:translate %more-arg))
|
| 1189 | 1189 |