We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222d239 commit 06075c0Copy full SHA for 06075c0
src/util/pointer_expr.h
@@ -450,7 +450,7 @@ inline bool can_cast_expr<object_address_exprt>(const exprt &base)
450
451
inline void validate_expr(const object_address_exprt &value)
452
{
453
- validate_operands(value, 1, "object_address must have one operand");
+ validate_operands(value, 0, "object_address must have zero operands");
454
}
455
456
/// \brief Cast an exprt to an \ref object_address_exprt
0 commit comments