===========================================================================
| 4254 | |
| 4255 | //=========================================================================== |
| 4256 | Update_t CmdMemoryMiniDumpApple (int nArgs) |
| 4257 | { |
| 4258 | int iWhich = g_iCommand - CMD_MEM_MINI_DUMP_APPLE_1; |
| 4259 | if (_MemoryCheckMiniDump( iWhich )) |
| 4260 | return UPDATE_CONSOLE_DISPLAY; |
| 4261 | |
| 4262 | return _CmdMemoryDump(nArgs, iWhich, MEM_VIEW_APPLE ); // MEM_VIEW_TXT_LO ); |
| 4263 | } |
| 4264 | |
| 4265 | //=========================================================================== |
| 4266 | //Update_t CmdMemoryMiniDumpLow (int nArgs) |
nothing calls this directly
no test coverage detected