arm: Fix DPRINTFs with arguments in the instruction declarations
authorNikos Nikoleris <nikos.nikoleris@arm.com>
Tue, 21 Feb 2017 14:14:44 +0000 (14:14 +0000)
committerNikos Nikoleris <nikos.nikoleris@arm.com>
Tue, 21 Feb 2017 14:14:44 +0000 (14:14 +0000)
Change-Id: I0e373536897aa5bb4501b00945c2a0836100ddf4
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
src/arch/arm/isa/insts/data64.isa

index adf87c4e547c73a1eaabb42c3ea095fbeb239733..d60dc60f1a783b35240f4b7bdfc4bce47f2d6604 100644 (file)
@@ -50,7 +50,7 @@ let {{
             _in = bits(resTemp, intWidth - 1);
             _iz = ((resTemp & mask(intWidth)) == 0);
             CondCodesNZ = (_in << 1) | _iz;
-            DPRINTF(Arm, "(in, iz) = (%%d, %%d)\\n", _in, _iz);
+            DPRINTF(Arm, "(in, iz) = (%d, %d)\\n", _in, _iz);
         '''
         if overflow and overflow != "none":
             code +=  '''