Skip to content

Commit 3157e34

Browse files
committed
argh
1 parent 0c0b418 commit 3157e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panda/plugins/pri_taint/pri_taint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ void lava_taint_query(CPUState *cpu, target_ulong buf, LocType loc_t, target_ulo
237237
if ((int) pa != (hwaddr) -1) {
238238
ram_addr_t RamOffset = RAM_ADDR_INVALID;
239239
if (PandaPhysicalAddressToRamOffset(&RamOffset, pa, false) != MEMTX_OK) {
240-
dprintf("[pri_taint] can't query va=0x%" PRIx64 " pa=0x" TARGET_FMT_lx ": physical map is not RAM.\n", (uint64_t) buf + offset, pa);
240+
dprintf("[pri_taint] can't query va=0x%" PRIx64 " pa=0x%lx: physical map is not RAM.\n", (uint64_t) buf + offset, pa);
241241
continue;
242242
}
243243
else {

0 commit comments

Comments
 (0)