bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/25224] [Z80][PATCH] Add support for Zilog Z180 and eZ80 CPUs


From: nickc at redhat dot com
Subject: [Bug gas/25224] [Z80][PATCH] Add support for Zilog Z180 and eZ80 CPUs
Date: Thu, 09 Jan 2020 13:46:06 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=25224

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #28 from Nick Clifton <nickc at redhat dot com> ---
(In reply to Luis Machado from comment #27)
Hi Luis,

>    p = (buf->data[buf->n_fetch - 2] == (char) 0xdd) ? 0 : 1;
> 
> Isn't the problem the difference in types? The cast is for (char), but
> buf->data is explicitly (signed char).

Can you confirm that the obvious fix of replacing (char) with (signed char)
will solve the problem ?  If so then I will check that in.

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]