diff --git a/common/local/util/instr_trace_item.svh b/common/local/util/instr_trace_item.svh index c767d00cc..b9b1bbbdd 100644 --- a/common/local/util/instr_trace_item.svh +++ b/common/local/util/instr_trace_item.svh @@ -312,9 +312,6 @@ class instr_trace_item; instr_tracer_pkg::FLW: s = this.printLoadInstr("flw"); instr_tracer_pkg::FLD: s = this.printLoadInstr("fld"); instr_tracer_pkg::FLQ: s = this.printLoadInstr("flq"); - instr_tracer_pkg::FSW: s = this.printLoadInstr("fsw"); - instr_tracer_pkg::FSD: s = this.printLoadInstr("fsd"); - instr_tracer_pkg::FSQ: s = this.printLoadInstr("fsq"); instr_tracer_pkg::SB: s = this.printStoreInstr("sb"); instr_tracer_pkg::SH: s = this.printStoreInstr("sh"); instr_tracer_pkg::SW: s = this.printStoreInstr("sw");