Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
be421e26
Commit
be421e26
authored
Nov 10, 1990
by
wlott
Browse files
Make allocate-vector translate itself now that it is a known function.
parent
6858bcc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
assembly/mips/array.lisp
View file @
be421e26
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/array.lisp,v 1.1
6
1990/11/
03 17:22:54
wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/array.lisp,v 1.1
7
1990/11/
10 18:47:05
wlott Exp $
;;;
;;; This file contains the support routines for arrays and vectors.
;;;
...
...
@@ -42,7 +42,12 @@
)
; eval-when (compile eval)
(
define-assembly-routine
allocate-vector
(
define-assembly-routine
(
allocate-vector
(
:policy
:fast-safe
)
(
:translate
allocate-vector
)
(
:arg-types
positive-fixnum
positive-fixnum
positive-fixnum
))
((
:arg
type
any-reg
a0-offset
)
(
:arg
length
any-reg
a1-offset
)
(
:arg
words
any-reg
a2-offset
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment