1580a1581,1586
> // if the translation faulted, do not create a packet
> if (fault != NoFault) {
> assert(packet == NULL);
> return;
> }
>