Remove "unfixed page" output

This commit is contained in:
Adrian Conlon 2024-07-22 11:00:14 +01:00
parent 9c6586cdd0
commit c8055d65c3

View File

@ -72,7 +72,7 @@
throw new InvalidOperationException("test cycles cannot be null");
}
this.Messages.Add($"Unfixed page: {cpu.UnfixedPage:X2}, fixed page is: {cpu.FixedPage:X2}");
this.Messages.Add($"Fixed page is: {cpu.FixedPage:X2}");
this.Messages.Add($"Stepped cycles: {this.Cycles}, expected events: {test.Cycles.Count}, actual events: {this.ActualCycles.Count}");