537,538c537,538
< " and [sn:%lli] at address %#x\n", inst->seqNum,
< ld_inst->seqNum, ld_eff_addr1);
---
> "and [sn:%lli] at address %#x\n",
> inst->seqNum, ld_inst->seqNum, ld_eff_addr1);
563,565c563,565
< DPRINTF(LSQUnit, "Detected fault with inst [sn:%lli] and [sn:%lli]"
< " at address %#x\n", inst->seqNum, ld_inst->seqNum,
< ld_eff_addr1);
---
> DPRINTF(LSQUnit, "Detected fault with inst [sn:%lli] and "
> "[sn:%lli] at address %#x\n",
> inst->seqNum, ld_inst->seqNum, ld_eff_addr1);