From df292aade4d174a7a5824f463b3a1dccf20e6c54 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Tue, 12 Feb 2019 16:18:58 +0100 Subject: Make memory and program listing editable. Instruction parsing is rough and does not support branch offset computation. Signed-off-by: Pavel Pisa --- qtmips_machine/qtmipsmachine.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qtmips_machine/qtmipsmachine.h') diff --git a/qtmips_machine/qtmipsmachine.h b/qtmips_machine/qtmipsmachine.h index 22ba0f9..4ad39c5 100644 --- a/qtmips_machine/qtmipsmachine.h +++ b/qtmips_machine/qtmipsmachine.h @@ -61,8 +61,10 @@ public: const Registers *registers(); const Memory *memory(); + Memory *memory_rw(); const Cache *cache_program(); const Cache *cache_data(); + Cache *cache_data_rw(); const Core *core(); const CoreSingle *core_singe(); const CorePipelined *core_pipelined(); -- cgit v1.2.3