Skip to content

Commit

Permalink
[#314] tstates -> cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
vbmacher committed Jan 2, 2024
1 parent 03f4825 commit c7c8691
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,8 @@ public void setDispatchListener(DispatchListener dispatchListener) {
this.dispatchListener = dispatchListener;
}

public void addExecutedCyclesPerTimeSlice(long tstates) {
advanceCycles(tstates);
// preciseRunner.addExecutedCycles(tstates);
public void addExecutedCyclesPerTimeSlice(long cycles) {
advanceCycles(cycles);
}

public void requestMaskableInterrupt(byte[] data) {
Expand Down

0 comments on commit c7c8691

Please sign in to comment.