Fix snafu in aarch64 opcodes debugging statement.
authorTamar Christina <tamar.christina@arm.com>
Mon, 24 Apr 2017 10:55:44 +0000 (11:55 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 24 Apr 2017 10:55:44 +0000 (11:55 +0100)
* aarch64-opc.c (aarch64_logical_immediate_p): Update DEBUG_TRACE
arguments.

opcodes/ChangeLog
opcodes/aarch64-opc.c

index 53ebe54182e2a92845b58017f922604f9662a352..df765e4ee72b8b94046e6c45fa570c4135f49fc6 100644 (file)
@@ -1,3 +1,8 @@
+2017-04-24  Tamar Christina  <tamar.christina@arm.com>
+
+       * aarch64-opc.c (aarch64_logical_immediate_p): Update DEBUG_TRACE
+       arguments.
+
 2017-04-22  Alexander Fedotov  <alfedotov@gmail.com>
            Alan Modra  <amodra@gmail.com>
 
index cc99c101236c542ff94bb9c0abc09df521ced330..a52ea70c0093f7daaecfd58e3f0e81a3953abf5f 100644 (file)
@@ -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)
     {
This page took 0.027581 seconds and 4 git commands to generate.