mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00
disas/cris: Fix typo in comment
Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
fa500928ad
commit
c8667283a0
1 changed files with 1 additions and 1 deletions
|
@ -2492,7 +2492,7 @@ print_with_operands (const struct cris_opcode *opcodep,
|
|||
= spec_reg_info ((insn >> 12) & 15, disdata->distype);
|
||||
|
||||
if (sregp->name == NULL)
|
||||
/* Should have been caught as a non-match eariler. */
|
||||
/* Should have been caught as a non-match earlier. */
|
||||
*tp++ = '?';
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue