Skip to content
Snippets Groups Projects
Commit 7d79b30c authored by rtoy's avatar rtoy
Browse files

(defun foo () (zot)) when compiled and run gave a silly message about

#C(0d0 0d0) failing a typecase.  Then doing a backtrace gave another
error about some negative number not being a positive fixnum.

The former error is caused by a bad definition of undefined_tramp.
The latter error is caused by the debugger not being able to compute
the offset correctly.

(Fixes ported from sbcl.)
parent 39a1d6e5
No related branches found
No related tags found
No related merge requests found
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