diff options
author | Karel Kočí <cynerd@email.cz> | 2017-12-12 20:41:35 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-12-12 20:41:35 +0100 |
commit | 7ab428e3e75854749a39128a8bfcbc47b7844f87 (patch) | |
tree | bd8af0cb1cd73df9d02870683ad921e5a4faf41f /qtmips_machine/core.h | |
parent | 44ba6f6121977e938432cfa5db340f5457ac344a (diff) | |
download | qtmips-7ab428e3e75854749a39128a8bfcbc47b7844f87.tar.gz qtmips-7ab428e3e75854749a39128a8bfcbc47b7844f87.tar.bz2 qtmips-7ab428e3e75854749a39128a8bfcbc47b7844f87.zip |
Tiny cleanup
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(); |