===========================================================================
| 4244 | |
| 4245 | //=========================================================================== |
| 4246 | Update_t CmdMemoryMiniDumpAscii (int nArgs) |
| 4247 | { |
| 4248 | int iWhich = g_iCommand - CMD_MEM_MINI_DUMP_ASCII_1; |
| 4249 | if (_MemoryCheckMiniDump( iWhich )) |
| 4250 | return UPDATE_CONSOLE_DISPLAY; |
| 4251 | |
| 4252 | return _CmdMemoryDump(nArgs, iWhich, MEM_VIEW_ASCII ); |
| 4253 | } |
| 4254 | |
| 4255 | //=========================================================================== |
| 4256 | Update_t CmdMemoryMiniDumpApple (int nArgs) |
nothing calls this directly
no test coverage detected