Raymond Toy pushed to branch arm64-dev-1 at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/compiler/arm64/call.lisp
    ... ... @@ -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