mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 05:03:35 +02:00
Merge pull request #15140 from unknownbrackets/debugger-fix
Debugger: Fix crash on stepping/break
This commit is contained in:
@@ -236,7 +236,8 @@ void CDisasm::stepInto()
|
||||
|
||||
ptr->gotoPC();
|
||||
UpdateDialog();
|
||||
vfpudlg->Update();
|
||||
if (vfpudlg)
|
||||
vfpudlg->Update();
|
||||
|
||||
CtrlMemView::getFrom(GetDlgItem(m_hDlg,IDC_DEBUGMEMVIEW))->redraw();
|
||||
threadList->reloadThreads();
|
||||
@@ -528,7 +529,8 @@ BOOL CDisasm::DlgProc(UINT message, WPARAM wParam, LPARAM lParam)
|
||||
Sleep(1); //let cpu catch up
|
||||
ptr->gotoPC();
|
||||
UpdateDialog();
|
||||
vfpudlg->Update();
|
||||
if (vfpudlg)
|
||||
vfpudlg->Update();
|
||||
} else { // go
|
||||
lastTicks = CoreTiming::GetTicks();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user