From 82884b3ef726889f837542d2b5e98e2cd8246c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 31 Aug 2017 00:18:53 +0200 Subject: Handle endianness in memory correctly --- qtmips_machine/programmemory.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'qtmips_machine/programmemory.cpp') diff --git a/qtmips_machine/programmemory.cpp b/qtmips_machine/programmemory.cpp index 6759842..1ff3bca 100644 --- a/qtmips_machine/programmemory.cpp +++ b/qtmips_machine/programmemory.cpp @@ -40,7 +40,6 @@ Instruction *ProgramMemory::at(std::uint32_t address) { } } -// TODO implement #define I_UNKNOWN(DATA) throw QTMIPS_EXCEPTION(UnsupportedInstruction, "Unknown instruction, can't decode", to_string_hex(DATA)) #define I_UNSUPPORTED(INST) throw QTMIPS_EXCEPTION(UnsupportedInstruction, "Decoded unsupported unstruction", #INST) -- cgit v1.2.3