diff options
Diffstat (limited to 'isa')
| -rw-r--r-- | isa/isa.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -36,7 +36,7 @@ static constexpr std::uint_fast32_t FLAG_INT_ENABLE = 1 << 7; | |||
| 36 | static constexpr std::uint_fast32_t FLAG_INT_INHIBIT = 1 << 8; | 36 | static constexpr std::uint_fast32_t FLAG_INT_INHIBIT = 1 << 8; |
| 37 | static constexpr std::uint_fast32_t FLAG_INT_REQUEST = 1 << 9; | 37 | static constexpr std::uint_fast32_t FLAG_INT_REQUEST = 1 << 9; |
| 38 | static constexpr std::uint_fast32_t FLAG_GREATER_THAN = 1 << 10; | 38 | static constexpr std::uint_fast32_t FLAG_GREATER_THAN = 1 << 10; |
| 39 | static constexpr std::uint_fast32_t FLAG_INT_ENABLE_DELAY = 1 << 12; | 39 | static constexpr std::uint_fast32_t FLAG_INT_ENABLE_DELAY = 1 << 12; // n.b. this is not a "visible" flag |
| 40 | 40 | ||
| 41 | // TT_BITS | 41 | // TT_BITS |
| 42 | static constexpr std::uint_fast32_t TTI_FLAG = 1 << 0; | 42 | static constexpr std::uint_fast32_t TTI_FLAG = 1 << 0; |
