Correct ARGVEC and VARVEC offsets in code generator
This commit is contained in:
parent
a32dea0a11
commit
ec867b25d3
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@
|
|||
;; TODO: Handle case of too many arguments (? not realistically needed)
|
||||
t)
|
||||
|
||||
(defparameter +argvec-offset+ #x00)
|
||||
(defparameter +varvec-offset+ #x08)
|
||||
(defparameter +argvec-offset+ #xF0)
|
||||
(defparameter +varvec-offset+ #x20)
|
||||
|
||||
(defmacro with-variable-allocations (allocations &body body)
|
||||
`(let ((*variable-allocations* (make-hash-table)))
|
||||
|
|
Loading…
Add table
Reference in a new issue