ObjFW  Diff

Differences From Artifact [2dc53da018]:

To Artifact [8bf5e39212]:


595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
			CONTINUE_UNWIND;

		_Unwind_SetGR(ctx, __builtin_eh_return_data_regno(0),
		    (uintptr_t)ex);
		_Unwind_SetGR(ctx, __builtin_eh_return_data_regno(1), filter);
		_Unwind_SetIP(ctx, landingpad);

		_Unwind_DeleteException(ex);

		return _URC_INSTALL_CONTEXT;
	}

	abort();
}

static void







<
<







595
596
597
598
599
600
601


602
603
604
605
606
607
608
			CONTINUE_UNWIND;

		_Unwind_SetGR(ctx, __builtin_eh_return_data_regno(0),
		    (uintptr_t)ex);
		_Unwind_SetGR(ctx, __builtin_eh_return_data_regno(1), filter);
		_Unwind_SetIP(ctx, landingpad);



		return _URC_INSTALL_CONTEXT;
	}

	abort();
}

static void