Switched to using underlying RegisterNumber type for RISC-V register numbers
This commit is contained in:
@@ -2,11 +2,10 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "Registers/RegisterNumbers.hpp"
|
||||
|
||||
namespace Targets::RiscV
|
||||
{
|
||||
using RegisterValue = std::uint32_t;
|
||||
using RegisterNumber = std::uint16_t;
|
||||
|
||||
enum class PrivilegeMode: std::uint8_t
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user