mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-03 15:07:59 +00:00
Change error message
This commit is contained in:
parent
b6b8f91187
commit
9f2c8daa27
@ -766,7 +766,7 @@ md_begin ()
|
|||||||
&& strcmp (op->name, "cmpi") != 0
|
&& strcmp (op->name, "cmpi") != 0
|
||||||
&& strcmp (op->name, "cmp") != 0
|
&& strcmp (op->name, "cmp") != 0
|
||||||
&& strcmp (op->name, "cmpl") != 0))))
|
&& strcmp (op->name, "cmpl") != 0))))
|
||||||
abort ();
|
as_fatal ("Internal assembler error for instruction %s", op->name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user