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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user