@@ -462,17 +462,17 @@ 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;