Skip to content
Snippets Groups Projects
Commit d38bd461 authored by dtc's avatar dtc
Browse files

Some style cleanups.

Change the offset used by the sap VOPS from an unsigned-num to a
signed-num. This helps fixes some SAP functions for negative offsets
which are useful on the x86 with its stack growing down. The offset is
currently declared to be a index (unsigned-byte 29) in
compiler/saptran.lisp so this should work without change, but to use
the negative offsets requires complementary changes to saptran (index
-> fixnum).
parent bc6d4dce
No related branches found
No related tags found
Loading
Loading
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