Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    7d79b30c
    (defun foo () (zot)) when compiled and run gave a silly message about · 7d79b30c
    rtoy authored
    #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.)
    7d79b30c
    History
    (defun foo () (zot)) when compiled and run gave a silly message about
    rtoy authored
    #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.)