ObjFW  Diff

Differences From Artifact [3d1d7d2d6b]:

To Artifact [9119c3ea09]:


460
461
462
463
464
465
466
467

468
469
470
471
472
473

474
475
476
477
478
479
480
460
461
462
463
464
465
466

467
468
469
470
471
472

473
474
475
476
477
478
479
480







-
+





-
+







		}
	}

	return false;
#else
	uintptr_t callsiteLandingpad, callsiteAction;

	if ((intptr_t)ip < 1)
	if ((intptr_t)IP < 1)
		return false;

	do {
		callsiteLandingpad = (uintptr_t)readULEB128(&ptr);
		callsiteAction = (uintptr_t)readULEB128(&ptr);
	} while (--ip > 1);
	} while (--IP > 1);

	*landingpad = callsiteLandingpad + 1;
	if (callsiteAction != 0)
		*actionRecords = LSDA->actionTable + callsiteAction - 1;

	return true;
#endif