diff options
author | Nick Clifton <nickc@redhat.com> | 2020-01-09 14:32:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-01-09 14:32:49 +0000 |
commit | bce58db4fb1112529a54387c7fdaa1042859f5fb (patch) | |
tree | 052146d8b209a55878fae2cbdba1c831deeb0f97 /opcodes/ChangeLog | |
parent | abb78b78c4184d2ac968362229adae268385a21c (diff) | |
download | gdb-bce58db4fb1112529a54387c7fdaa1042859f5fb.zip gdb-bce58db4fb1112529a54387c7fdaa1042859f5fb.tar.gz gdb-bce58db4fb1112529a54387c7fdaa1042859f5fb.tar.bz2 |
Fix the cast used to prevent compile time warning about an always false test.
PR 25224
* z80-dis.c (ld_ii_ii): Use correct cast.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 396549b..eb67b55 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2020-01-09 Nick Clifton <nickc@redhat.com> + + PR 25224 + * z80-dis.c (ld_ii_ii): Use correct cast. + 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com> PR 25224 |