-
- Downloads
Fix the bug where undefined functions would cause bus errors on Sparc
with :linkage-tables: (defun foo () (bar)) * compiler/sparc/alloc.lisp ((make-fdefn)): VOP wasn't properly handling the fixup for undefined_tramp when using linkage-tables. Need to load up the address from the linkage-table. * compiler/generic/new-genesis.lisp (init-foreign-linkage): Need to register undefined_tramp so it exists early. Also did closure_tramp too, just in case.
Loading
Please register or sign in to comment