args[0] = comp.lisp_obj_type;
ADD_IMPORTED ("helper_unwind_protect", comp.void_type, 1, args);
+ args[0] = args[1] = comp.lisp_obj_type;
+ ADD_IMPORTED ("specbind", comp.void_type, 2, args);
+
#undef ADD_IMPORTED
return field_list;
} else if (!strcmp (f_str, "helper_unwind_protect"))
{
f_relocs[i] = (void *) helper_unwind_protect;
+ } else if (!strcmp (f_str, "specbind"))
+ {
+ f_relocs[i] = (void *) specbind;
} else
{
error ("Unexpected function relocation %s", f_str);