removes decoder again as there is some issue

This commit is contained in:
2022-06-20 00:39:11 +02:00
parent 18f33b4a68
commit feaa49d367
5 changed files with 417 additions and 189 deletions

View File

@@ -36,7 +36,6 @@
#include <array>
#include <iss/arch/traits.h>
#include <iss/arch_if.h>
#include <iss/arch/instruction_decoder.h>
#include <iss/vm_if.h>
namespace iss {
@@ -177,8 +176,6 @@ template <> struct traits<tgc_c> {
DII = 89,
MAX_OPCODE
};
static std::unique_ptr<instruction_decoder<tgc_c>> get_decoder();
};
struct tgc_c: public arch_if {