diff --git a/InstructionSets/ARM/Executor.hpp b/InstructionSets/ARM/Executor.hpp index f8571e9b7..3770230ca 100644 --- a/InstructionSets/ARM/Executor.hpp +++ b/InstructionSets/ARM/Executor.hpp @@ -550,6 +550,12 @@ struct Executor { return registers_; } + // Included primarily for testing; my full opinion on this is still + // incompletely-formed. + Registers ®isters() { + return registers_; + } + /// Indicates a prefetch abort exception. void prefetch_abort() { registers_.exception();