1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 18:55:48 +00:00

Remove extra slashes.

This commit is contained in:
Thomas Harte 2024-03-11 15:06:17 -04:00
parent 971bfb2ecb
commit 1ccfae885c

View File

@ -782,7 +782,7 @@ class ConcreteMachine:
InstructionSet::ARM::execute(instruction, executor_);
// if(
//// executor_.pc() > 0x038021d0 &&
// executor_.pc() > 0x038021d0 &&
// (
// last_link != executor_.registers()[14] ||
// last_r0 != executor_.registers()[0] ||