X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fbacktrace.c;h=fe8e540a34d4b0d20be470fe3456ff773147f584;hb=d501bef3a93da4f14f1e85b852c2e01ee1df2907;hp=1b300ba5849849b7915c9ba2f18da9c0f30bf57f;hpb=1419c1d2d50f039be46a8667351b7738ac4965e4;p=sbcl.git diff --git a/src/runtime/backtrace.c b/src/runtime/backtrace.c index 1b300ba..fe8e540 100644 --- a/src/runtime/backtrace.c +++ b/src/runtime/backtrace.c @@ -239,7 +239,7 @@ backtrace(int nframes) symbol = (struct symbol *) object; object = (lispobj *) native_pointer(symbol->name); } - if (widetag_of(*object) == SIMPLE_STRING_WIDETAG) { + if (widetag_of(*object) == SIMPLE_BASE_STRING_WIDETAG) { struct vector *string; string = (struct vector *) object;