Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/oop.hpp
Original file line number Diff line number Diff line change
@@ -610,7 +610,7 @@ Object* const cUndef = reinterpret_cast<Object*>(0x22L);
}

void validate() const {
assert(this && (!reference_p() || (type_id() > InvalidType && type_id() < LastObjectType)));
assert(!reference_p() || (type_id() > InvalidType && type_id() < LastObjectType));
}

friend class TypeInfo;

0 comments on commit 50aa735

Please sign in to comment.