621,622c621
< if(curStaticInst)
< {
---
> if (curStaticInst) {
627a627,631
> else if (traceData) {
> // If there was a fault, we should trace this instruction.
> delete traceData;
> traceData = NULL;
> }