===========================================================================
| 131 | |
| 132 | //=========================================================================== |
| 133 | int GetSymbolTableFromCommand() |
| 134 | { |
| 135 | return (g_iCommand - CMD_SYMBOLS_ROM); |
| 136 | } |
| 137 | |
| 138 | // @param iTable_ Which symbol table the symbol is in if any. If none will be NUM_SYMBOL_TABLES |
| 139 | //=========================================================================== |
no outgoing calls
no test coverage detected