[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/24854] Abort in arc_insn_length
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/24854] Abort in arc_insn_length |
Date: |
Wed, 07 Aug 2019 16:25:59 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=24854
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |nickc at redhat dot com
Resolution|--- |FIXED
--- Comment #2 from Nick Clifton <nickc at redhat dot com> ---
Hi Phillipe,
Thanks for the bug report and patch. I have checked your patch in with
a couple of small modifications: If arc_insn_length return 0 then
print_insn_arc will now return -1 rather than 0. The -1 value is used
elsewhere in this function as an error value. I also found and replaced
the other calls to abort in this function with returns of -1 as well.
Cheers
Nick
--
You are receiving this mail because:
You are on the CC list for the bug.