summaryrefslogtreecommitdiff
path: root/isa/isa.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--isa/isa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/isa/isa.h b/isa/isa.h
index 6484cd8..69f8b2a 100644
--- a/isa/isa.h
+++ b/isa/isa.h
@@ -30,7 +30,6 @@ const std::map<std::string, ctlreg> ctlreg_map = {
30static constexpr std::uint_fast32_t TTI_FLAG = 1 << 0; 30static constexpr std::uint_fast32_t TTI_FLAG = 1 << 0;
31static constexpr std::uint_fast32_t TTO_TX = 1 << 1; 31static constexpr std::uint_fast32_t TTO_TX = 1 << 1;
32static constexpr std::uint_fast32_t TTO_FLAG = 1 << 2; 32static constexpr std::uint_fast32_t TTO_FLAG = 1 << 2;
33static constexpr std::uint_fast32_t TTO_FLAG_OLD = 1 << 3;
34static constexpr unsigned int TTI_DATA_SHIFT = 8; 33static constexpr unsigned int TTI_DATA_SHIFT = 8;
35static constexpr unsigned int TTO_DATA_SHIFT = 16; 34static constexpr unsigned int TTO_DATA_SHIFT = 16;
36static constexpr std::uint_fast32_t TTI_DATA = 0xff << TTI_DATA_SHIFT; 35static constexpr std::uint_fast32_t TTI_DATA = 0xff << TTI_DATA_SHIFT;