mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* app.c: Fix comment typos.
* bit_fix.h: Likewise. * expr.c: Likewise. * itbl-ops.c: Likewise.
This commit is contained in:
@ -507,7 +507,7 @@ itbl_assemble (char *name, char *s)
|
||||
int processor;
|
||||
|
||||
if (!name || !*name)
|
||||
return 0; /* error! must have a opcode name/expr */
|
||||
return 0; /* error! must have an opcode name/expr */
|
||||
|
||||
/* find entry in list of instructions for all processors */
|
||||
for (processor = 0; processor < e_nprocs; processor++)
|
||||
|
Reference in New Issue
Block a user