summaryrefslogtreecommitdiff
path: root/testing/delta.h
diff options
context:
space:
mode:
Diffstat (limited to 'testing/delta.h')
-rw-r--r--testing/delta.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/delta.h b/testing/delta.h
index b0cca7c..53b6425 100644
--- a/testing/delta.h
+++ b/testing/delta.h
@@ -53,13 +53,13 @@ public:
xd3_winst &winst = stream_.whole_target.inst[i];
switch (winst.type) {
case XD3_RUN:
- DP(RINT "%"Q"u run %u\n", winst.position, winst.size);
+ DP(RINT "%" Q "u run %u\n", winst.position, winst.size);
break;
case XD3_ADD:
- DP(RINT "%"Q"u add %u\n", winst.position, winst.size);
+ DP(RINT "%" Q "u add %u\n", winst.position, winst.size);
break;
default:
- DP(RINT "%"Q"u copy %u @ %"Q"u (mode %u)\n",
+ DP(RINT "%" Q "u copy %u @ %" Q "u (mode %u)\n",
winst.position, winst.size, winst.addr, winst.mode);
break;
}