mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 10:03:47 +08:00
Fix last checkin
This commit is contained in:
parent
a5b82cbeaf
commit
1c40aa62ec
@ -752,7 +752,7 @@ require_rvalue (struct agent_expr *ax, struct axs_value *value)
|
||||
|| TYPE_CODE (value->type) == TYPE_CODE_STRUCT
|
||||
|| TYPE_CODE (value->type) == TYPE_CODE_UNION
|
||||
|| TYPE_CODE (value->type) == TYPE_CODE_FUNC)
|
||||
error ("Value not scalar: cannot be an rvalue.");
|
||||
error (_("Value not scalar: cannot be an rvalue."));
|
||||
|
||||
switch (value->kind)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user