| 463 | } |
| 464 | |
| 465 | virtual void BeginInstruction(u32 idx, u32 cmd0, u32 cmd1, u32 depth, const char * name) |
| 466 | { |
| 467 | Print("[%05d] %08x %08x %-10s\n", idx, cmd0, cmd1, name); |
| 468 | } |
| 469 | |
| 470 | virtual void EndInstruction() |
| 471 | { |
nothing calls this directly
no outgoing calls
no test coverage detected