mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
Fixed a syntax error.
This commit is contained in:
@ -1410,7 +1410,7 @@ void
|
|||||||
yyerror (msg)
|
yyerror (msg)
|
||||||
char *msg;
|
char *msg;
|
||||||
{
|
{
|
||||||
error (error (msg ? msg : "Invalid syntax in expression.");
|
error (msg ? msg : "Invalid syntax in expression.");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Table mapping opcodes into strings for printing operators
|
/* Table mapping opcodes into strings for printing operators
|
||||||
|
Reference in New Issue
Block a user