diff options
Diffstat (limited to 'qtmips_machine/core.h')
-rw-r--r-- | qtmips_machine/core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qtmips_machine/core.h b/qtmips_machine/core.h index 6366088..e583235 100644 --- a/qtmips_machine/core.h +++ b/qtmips_machine/core.h @@ -39,13 +39,11 @@ protected: bool regwrite; std::uint8_t rwrite; // Writeback register (multiplexed between rt and rd according to regd) std::uint32_t alu_val; // Result of ALU execution - // TODO }; struct dtMemory { bool regwrite; std::uint8_t rwrite; std::uint32_t alu_val; - // TODO }; struct dtFetch fetch(); |