546a547,550
> } else if (traceData) {
> // If there was a fault, we shouldn't trace this instruction.
> delete traceData;
> traceData = NULL;
558a563,567
> else if (traceData) {
> // If there was a fault, we shouldn't trace this instruction.
> delete traceData;
> traceData = NULL;
> }
630a640,644
> else if (traceData) {
> // If there was a fault, we shouldn't trace this instruction.
> delete traceData;
> traceData = NULL;
> }