[O] Optimize a lot of things

This commit is contained in:
Hykilpikonna
2022-11-12 17:06:02 -05:00
parent 18750d7595
commit 2c8c4f51a5
22 changed files with 400 additions and 588 deletions
@@ -577,7 +577,7 @@ public class TextSegmentWindow extends JInternalFrame implements Observer
*/
public void highlightStepAtPC()
{
highlightStepAtAddress(RegisterFile.getProgramCounter(), false);
highlightStepAtAddress(RegisterFile.getPc(), false);
}
/**
@@ -589,7 +589,7 @@ public class TextSegmentWindow extends JInternalFrame implements Observer
*/
public void highlightStepAtPC(boolean inDelaySlot)
{
highlightStepAtAddress(RegisterFile.getProgramCounter(), inDelaySlot);
highlightStepAtAddress(RegisterFile.getPc(), inDelaySlot);
}
/**