dyncom: Get rid of skyeye typedefs
This commit is contained in:
parent
0191c26521
commit
4bb1a5ca47
8 changed files with 56 additions and 62 deletions
|
@ -219,7 +219,7 @@ void DisassemblerWidget::OnToggleStartStop() {
|
|||
}
|
||||
|
||||
void DisassemblerWidget::OnDebugModeEntered() {
|
||||
ARMword next_instr = Core::g_app_core->GetPC();
|
||||
u32 next_instr = Core::g_app_core->GetPC();
|
||||
|
||||
if (model->GetBreakPoints().IsAddressBreakPoint(next_instr))
|
||||
emu_thread->SetRunning(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue