ObjFW  Diff

Differences From Artifact [bf6c15d416]:

To Artifact [31b6c4d655]:


464
465
466
467
468
469
470

471

472
473
474
475
476
477
478
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480







+

+








#if defined(__arm__) || defined(__ARM__)
			tmp = lsda->typestable - (filter * 4);
			c = *(uintptr_t*)(void*)tmp;

			if (c != 0) {
				c += (uintptr_t)tmp;
# if defined(__linux__) || defined(__NetBSD__)
				c = *(uintptr_t*)c;
# endif
			}
#else
			uintptr_t i;

			i = filter * size_for_encoding(lsda->typestable_enc);
			tmp = lsda->typestable - i;
			c = (uintptr_t)read_value(lsda->typestable_enc, &tmp);