X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/446d46d2a2b02075b5bbcfb64bf9c7cde8ee741a..03db6a67c728f631b6c6f6fd140eb86a8050cf12:/Internal.hpp diff --git a/Internal.hpp b/Internal.hpp index abb48ed..7c278b4 100644 --- a/Internal.hpp +++ b/Internal.hpp @@ -73,8 +73,9 @@ struct Type_privateData : Type_privateData(sig::Type *type) : ffi_(NULL) { - if (type != NULL) - Set(type); + // XXX: just in case I messed up migrating + _assert(type != NULL); + Set(type); } Type_privateData(sig::Type *type, ffi_type *ffi) {