Skip to content
Snippets Groups Projects
Commit c5584157 authored by Raymond Toy's avatar Raymond Toy
Browse files

Add constant NUMBER-STACK-DISPLACEMENT, for consistency with sparc.

Correct the value or remove it later if not needed.
parent c7a5c65b
Branches
Tags
No related merge requests found
......@@ -180,6 +180,13 @@
); eval-when
;;; NUMBER-STACK-DISPLACEMENT
;;;
;;; The number of bytes reserved above the number stack pointer.
;;;
;;; FIXME: Use the right value!
(defconstant number-stack-displacement
0)
;;;; Description of the target address space.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment