changeset ce333ae9ee02 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=ce333ae9ee02
description:
arm: Fix DPRINTFs with arguments in the instruction declarations
Change-Id: I0e373536897aa5bb4501b00945c2a0836100ddf4
Reviewed-by: Curtis Dunham <[email protected]>
Signed-off-by: Andreas Sandberg <[email protected]>
diffstat:
src/arch/arm/isa/insts/data64.isa | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 9684637f3339 -r ce333ae9ee02 src/arch/arm/isa/insts/data64.isa
--- a/src/arch/arm/isa/insts/data64.isa Tue Feb 21 14:14:44 2017 +0000
+++ b/src/arch/arm/isa/insts/data64.isa Tue Feb 21 14:14:44 2017 +0000
@@ -50,7 +50,7 @@
_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 += '''
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev