core: Replace "AppCore" nomenclature with just "CPU".
This commit is contained in:
parent
5ac5cbeab7
commit
e26fbfd1d7
11 changed files with 103 additions and 105 deletions
|
@ -25,7 +25,7 @@ CallstackWidget::CallstackWidget(QWidget* parent) : QDockWidget(parent) {
|
|||
|
||||
void CallstackWidget::OnDebugModeEntered() {
|
||||
// Stack pointer
|
||||
const u32 sp = Core::AppCore().GetReg(13);
|
||||
const u32 sp = Core::CPU().GetReg(13);
|
||||
|
||||
Clear();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue