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:
parent
971bfb2ecb
commit
1ccfae885c
@ -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] ||
|
||||||
|
Loading…
Reference in New Issue
Block a user