Indentation fix part 2
This commit is contained in:
parent
8fa99749c9
commit
e2aa554884
1 changed files with 2 additions and 2 deletions
|
@ -435,8 +435,8 @@ void CtrlMemView::onMouseUp(WPARAM wParam, LPARAM lParam, int button)
|
|||
{
|
||||
case ID_MEMVIEW_DUMP:
|
||||
{
|
||||
DumpMemoryWindow dump(wnd,debugger);
|
||||
bool priorDumpWasStepping=Core_IsStepping();
|
||||
DumpMemoryWindow dump(wnd,debugger);
|
||||
bool priorDumpWasStepping=Core_IsStepping();
|
||||
if (!priorDumpWasStepping) // If emulator isn't paused
|
||||
{
|
||||
Core_EnableStepping(true); //force paused state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue