From: Tamar Christina Date: Mon, 24 Apr 2017 10:55:44 +0000 (+0100) Subject: Fix snafu in aarch64 opcodes debugging statement. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fbinutils-2_28-branch;p=thirdparty%2Fbinutils-gdb.git Fix snafu in aarch64 opcodes debugging statement. * aarch64-opc.c (aarch64_logical_immediate_p): Update DEBUG_TRACE arguments. (cherry picked from commit 957f6b39cab6cac0e4c54e650c7f75109544ac1d) Signed-off-by: Tamar Christina --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d64ea6d29cf..8f556081bed 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,4 +1,10 @@ -2017-07-25 Tristan Gingold +2018-04-05 Tamar Christina + + * aarch64-opc.c (aarch64_logical_immediate_p): Update DEBUG_TRACE + arguments. + +2017-04-22 Alexander Fedotov + Alan Modra * configure: Regenerate. diff --git a/opcodes/aarch64-opc.c b/opcodes/aarch64-opc.c index 3c1b00f0d6c..e076ff02933 100644 --- a/opcodes/aarch64-opc.c +++ b/opcodes/aarch64-opc.c @@ -1204,8 +1204,8 @@ aarch64_logical_immediate_p (uint64_t value, int esize, aarch64_insn *encoding) uint64_t upper; int i; - DEBUG_TRACE ("enter with 0x%" PRIx64 "(%" PRIi64 "), is32: %d", value, - value, is32); + DEBUG_TRACE ("enter with 0x%" PRIx64 "(%" PRIi64 "), esize: %d", value, + value, esize); if (initialized == FALSE) {