1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-25 16:31:42 +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_); InstructionSet::ARM::execute(instruction, executor_);
// if( // if(
//// executor_.pc() > 0x038021d0 && // executor_.pc() > 0x038021d0 &&
// ( // (
// last_link != executor_.registers()[14] || // last_link != executor_.registers()[14] ||
// last_r0 != executor_.registers()[0] || // last_r0 != executor_.registers()[0] ||