1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Reflect changes in LWC code

This commit is contained in:
Ross Wilson
2016-03-05 12:29:25 +07:00
parent f9cfa17e60
commit d37fc2d7e8
2 changed files with 6 additions and 6 deletions

View File

@@ -251,7 +251,7 @@ class TestCPU(object):
self.used_cycles= 0
for _ in range(number):
cycles = self.cpu.execute_one_instruction()
(cycles, _) = self.cpu.execute_one_instruction()
trace.itraceend(False)
self.ptrptp.ptr_tick(cycles)
self.ptrptp.ptp_tick(cycles)