| 72 | |
| 73 | |
| 74 | inline int cInstLib::GetIndex(const cString& name) const |
| 75 | { |
| 76 | int idx = -1; |
| 77 | if (m_namemap.Get((const char*)name, idx)) return idx; |
| 78 | return -1; |
| 79 | } |
| 80 | |
| 81 | inline Instruction cInstLib::GetInst(const cString& name) |
| 82 | { |
no test coverage detected