| 6518 | } |
| 6519 | |
| 6520 | const char* DecodedOp::name() { |
| 6521 | #ifdef __EMSCRIPTEN__ |
| 6522 | return "unknown"; |
| 6523 | #else |
| 6524 | return instructionLog[this->inst].name; |
| 6525 | #endif |
| 6526 | } |
| 6527 | |
| 6528 | BString DecodedOp::toString() { |
| 6529 | #ifdef __EMSCRIPTEN__ |
no outgoing calls
no test coverage detected