Skip to content
Snippets Groups Projects
Commit 5a9ad64e authored by toy's avatar toy
Browse files

Boostrap for sparc.

parent ce5f3425
No related branches found
No related tags found
No related merge requests found
(in-package "VM")
(defconstant fixnum-tag-bits (1- lowtag-bits)
"Number of tag bits used for a fixnum")
(defconstant fixnum-tag-mask (1- (ash 1 fixnum-tag-bits))
"Mask to get the fixnum tag")
(defconstant positive-fixnum-bits (- word-bits fixnum-tag-bits 1)
"Maximum number of bits in a positive fixnum")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment