Moved TargetRegisterDescriptor struct to separate file

This commit is contained in:
Nav
2024-03-09 17:16:29 +00:00
parent 534b269b56
commit 75d5124265
28 changed files with 149 additions and 130 deletions

View File

@@ -2,7 +2,7 @@
#include <cstdint>
#include "src/Targets/TargetRegister.hpp"
#include "src/Targets/TargetRegisterDescriptor.hpp"
#include "RiscVGeneric.hpp"