Restore original redbean build linking

This commit is contained in:
Justine Tunney 2023-07-05 20:04:43 -07:00
parent 97b7116953
commit 88612a2cd7
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3 changed files with 21 additions and 43 deletions

View file

@ -60,7 +60,7 @@ StartOverLocked:
if (!pred) {
b2 = b->next;
if (b2) {
_npassert(b != &__cxa_blocks.root);
_unassert(b != &__cxa_blocks.root);
if (_weaken(free)) {
_weaken(free)(b);
}