[O] Optimize a lot of things
This commit is contained in:
@@ -318,7 +318,7 @@ public class InstructionStatistics extends AbstractMarsToolAndApplication
|
||||
{
|
||||
|
||||
// access the statement in the text segment without notifying other tools etc.
|
||||
ProgramStatement stmt = Memory.getInstance().getStatementNoNotify(memAccNotice.getAddress());
|
||||
ProgramStatement stmt = Memory.getInstance().getStatement(memAccNotice.getAddress());
|
||||
|
||||
// necessary to handle possible null pointers at the end of the program
|
||||
// (e.g., if the simulator tries to execute the next instruction after the last instruction in the text segment)
|
||||
|
||||
Reference in New Issue
Block a user