From 7ab428e3e75854749a39128a8bfcbc47b7844f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 12 Dec 2017 20:41:35 +0100 Subject: Tiny cleanup --- qtmips_machine/core.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'qtmips_machine/core.h') 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(); -- cgit v1.2.3