removes decoder again as there is some issue
This commit is contained in:
@@ -69,7 +69,6 @@ def getCString(def val){
|
||||
#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 {
|
||||
@@ -121,8 +120,6 @@ template <> struct traits<${coreDef.name.toLowerCase()}> {
|
||||
${instr.instruction.name} = ${index},<%}%>
|
||||
MAX_OPCODE
|
||||
};
|
||||
|
||||
static std::unique_ptr<instruction_decoder<${coreDef.name.toLowerCase()}>> get_decoder();
|
||||
};
|
||||
|
||||
struct ${coreDef.name.toLowerCase()}: public arch_if {
|
||||
|
Reference in New Issue
Block a user