Skip to content
Commit f50b46be authored by Luís Oliveira's avatar Luís Oliveira
Browse files

Lispworks bugfix: %mem-ref and %mem-set compiler macros

- The %mem-ref and %mem-set in cffi-lispworks.lisp were using
  bogus indexes. FLI's documentation suggests foreign-typed-aref
  expects array indexes but it seems to want offsets in bytes
  instead.
- Regression tests: mem-ref.rt.1 and mem-ref.rt.2.
parent b4f14e3c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment